DEV Community

# cmake

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Fixing libdc1394.so.22: cannot open shared object file (ㅠ﹏ㅠ)

Fixing libdc1394.so.22: cannot open shared object file (ㅠ﹏ㅠ)

Comments
1 min read
vcpkg - how to modify dependencies

vcpkg - how to modify dependencies

Comments
3 min read
Getting started with GoogleTest and CMake

Getting started with GoogleTest and CMake

1
Comments 1
4 min read
Building a Desktop C++ Barcode Scanner with Slimmed-Down OpenCV and Webcam

Building a Desktop C++ Barcode Scanner with Slimmed-Down OpenCV and Webcam

1
Comments
8 min read
Use cosmocc to cross‐compile a CMake project

Use cosmocc to cross‐compile a CMake project

1
Comments
2 min read
Improve Productivity with CMake and Compiler Cache Integration

Improve Productivity with CMake and Compiler Cache Integration

Comments
4 min read
Conan: Your Embedded Cross-Compilation Champion

Conan: Your Embedded Cross-Compilation Champion

5
Comments
5 min read
Streamlining STM32 Projects: VS Code, CMake and clangd

Streamlining STM32 Projects: VS Code, CMake and clangd

6
Comments 2
6 min read
Easily add packages to CMake with CPM

Easily add packages to CMake with CPM

5
Comments
3 min read
Jolt Physics raylib: trying 3D C++ Game Physics Engine

Jolt Physics raylib: trying 3D C++ Game Physics Engine

3
Comments
6 min read
Using raylib with Dear ImGui: Game Dev Debugging UI

Using raylib with Dear ImGui: Game Dev Debugging UI

2
Comments
9 min read
Using Jolt with flecs & Dear ImGui: Game Physics Introspection

Using Jolt with flecs & Dear ImGui: Game Physics Introspection

Comments 1
5 min read
CMake on SMT32 | Episode 8: build with Docker

CMake on SMT32 | Episode 8: build with Docker

8
Comments
13 min read
CMake on SMT32 | Episode 7: unit tests

CMake on SMT32 | Episode 7: unit tests

6
Comments 5
8 min read
[04/52] MOAR CMAKEZ!

[04/52] MOAR CMAKEZ!

4
Comments 3
9 min read
How to use Flatbuffers in a C++ project with Conan?

How to use Flatbuffers in a C++ project with Conan?

1
Comments
3 min read
[03/52] - CMake and Git Submodules: More Advanced Cases

[03/52] - CMake and Git Submodules: More Advanced Cases

7
Comments 1
11 min read
get_cmake_version raise SKBuildError(msg) from err

get_cmake_version raise SKBuildError(msg) from err

Comments
2 min read
Basic C++ Unit Testing with GTest, CMake, and Submodules

Basic C++ Unit Testing with GTest, CMake, and Submodules

10
Comments 1
5 min read
Felt Cute, Might git rm --rf

Felt Cute, Might git rm --rf

9
Comments 3
3 min read
Install CMake on Windows

Install CMake on Windows

14
Comments
2 min read
Include custom CMake modules

Include custom CMake modules

1
Comments
1 min read
Cleanup my dependency management with vcpkg

Cleanup my dependency management with vcpkg

2
Comments
4 min read
CMake cheat sheet!

CMake cheat sheet!

2
Comments
2 min read
CPM.cmake to make CMake's FetchContent easier

CPM.cmake to make CMake's FetchContent easier

1
Comments 3
3 min read
The SYSTEM property from CMake 3.25

The SYSTEM property from CMake 3.25

4
Comments 1
4 min read
Getting a .app instead of .ipa as final artifact from cmake.

Getting a .app instead of .ipa as final artifact from cmake.

2
Comments
2 min read
The complicated (Not really) compiling of Boost on Windows for MinGW-W64.

The complicated (Not really) compiling of Boost on Windows for MinGW-W64.

4
Comments
2 min read
How to include external resources into your executables in C++

How to include external resources into your executables in C++

7
Comments
2 min read
Server with oat++. Installation. CmakeLists.txt

Server with oat++. Installation. CmakeLists.txt

3
Comments
4 min read
[Solved] No CMAKE CXX COMPILER could be found

[Solved] No CMAKE CXX COMPILER could be found

9
Comments
1 min read
Puzzle of the day: VS Code and CMAKE_TOOLCHAIN_FILE

Puzzle of the day: VS Code and CMAKE_TOOLCHAIN_FILE

10
Comments
2 min read
Building Command-line Barcode and QR Code Reader in C++

Building Command-line Barcode and QR Code Reader in C++

6
Comments
3 min read
Build avec CMake un programme utilisant des threads

Build avec CMake un programme utilisant des threads

5
Comments
2 min read
Les bibliothèques "header-only" avec CMake

Les bibliothèques "header-only" avec CMake

2
Comments
3 min read
CMake Presets: enfin un moyen de partager les configurations de nos projets

CMake Presets: enfin un moyen de partager les configurations de nos projets

6
Comments
6 min read
A barebones C++ library template using CMake and Google Test

A barebones C++ library template using CMake and Google Test

9
Comments
4 min read
Python Ctypes for Loading and Calling Shared Libraries

Python Ctypes for Loading and Calling Shared Libraries

2
Comments
6 min read
Micro-XRCE-DDS : CMake integration

Micro-XRCE-DDS : CMake integration

3
Comments
3 min read
Raspberry Pico and CMake: Advanced Setup

Raspberry Pico and CMake: Advanced Setup

3
Comments
4 min read
Getting started with Raspberry Pico and CMake

Getting started with Raspberry Pico and CMake

8
Comments
4 min read
Packaging with CMake CPack and NSIS on Windows

Packaging with CMake CPack and NSIS on Windows

7
Comments
3 min read
CMake Architecture

CMake Architecture

4
Comments
1 min read
Back into C++ in 2021: First Week

Back into C++ in 2021: First Week

3
Comments
4 min read
How to easily and quickly read/play an audio file in C++

How to easily and quickly read/play an audio file in C++

4
Comments
3 min read
How to get the version of a program in CMake

How to get the version of a program in CMake

7
Comments
4 min read
Cmake Project Creator at your disposal

Cmake Project Creator at your disposal

7
Comments
4 min read
Starting a journey with CMake

Starting a journey with CMake

6
Comments 2
4 min read
How To Find Packages With CMake: The Basics

How To Find Packages With CMake: The Basics

11
Comments
8 min read
CMake on SMT32 | Episode 6: add C++ specific compiler options

CMake on SMT32 | Episode 6: add C++ specific compiler options

2
Comments
5 min read
CMake on STM32 | Episode 4: get ready for C++

CMake on STM32 | Episode 4: get ready for C++

7
Comments 1
4 min read
CMake on STM32 | Episode 5: additional clean files

CMake on STM32 | Episode 5: additional clean files

7
Comments
4 min read
CMake on STM32 | Episode 3: handle warnings in 3rd party files

CMake on STM32 | Episode 3: handle warnings in 3rd party files

4
Comments 6
3 min read
CMake on STM32 | Episode 1: the beginning

CMake on STM32 | Episode 1: the beginning

55
Comments 24
16 min read
CMake on STM32 | Episode 2: build with CLion

CMake on STM32 | Episode 2: build with CLion

6
Comments
4 min read
Learning CMake 4: finding things

Learning CMake 4: finding things

10
Comments
3 min read
Formatting Cmake

Formatting Cmake

9
Comments 2
7 min read
Learning CMake 3: creating custom targets

Learning CMake 3: creating custom targets

31
Comments 2
5 min read
Learning CMake 2: working with targets

Learning CMake 2: working with targets

15
Comments 3
3 min read
Learning CMake 1: a really quick introduction to CMake

Learning CMake 1: a really quick introduction to CMake

38
Comments
7 min read
loading...