DEV Community

# cmake

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Jolt Physics raylib: trying 3D C++ Game Physics Engine

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

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

CMake on SMT32 | Episode 8: build with Docker

Comments
13 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
CMake on SMT32 | Episode 7: unit tests

CMake on SMT32 | Episode 7: unit tests

1
Comments 2
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?

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

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

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

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

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

Felt Cute, Might git rm --rf

11
Comments 3
3 min read
Install CMake on Windows

Install CMake on Windows

4
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

Comments
4 min read
CMake cheat sheet!

CMake cheat sheet!

1
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.

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

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

6
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

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

Puzzle of the day: VS Code and CMAKE_TOOLCHAIN_FILE

8
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

6
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
How to install CMAKE (lastest version)

How to install CMAKE (lastest version)

6
Comments
1 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

6
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

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

CMake on STM32 | Episode 2: build with CLion

5
Comments
4 min read
Learning CMake 4: finding things

Learning CMake 4: finding things

9
Comments
3 min read
Formatting Cmake

Formatting Cmake

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

Learning CMake 3: creating custom targets

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

Learning CMake 2: working with targets

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

Learning CMake 1: a really quick introduction to CMake

33
Comments
7 min read
Everything You Never Wanted To Know About CMake

Everything You Never Wanted To Know About CMake

23
Comments
12 min read
Using Xilinx SDK to Debug CMake-Defined Executables

Using Xilinx SDK to Debug CMake-Defined Executables

7
Comments 2
3 min read
Let's Build Chuck Norris! - Part 6: Cross-compilation for Android

Let's Build Chuck Norris! - Part 6: Cross-compilation for Android

10
Comments
12 min read
Let's Build Chuck Norris! - Part 2: SQLite and conan

Let's Build Chuck Norris! - Part 2: SQLite and conan

8
Comments
7 min read
Let's Build Chuck Norris! - Part 1: CMake and Ninja

Let's Build Chuck Norris! - Part 1: CMake and Ninja

15
Comments 1
4 min read
Compiling Box2D from source for Codeblock using mingw and cmake

Compiling Box2D from source for Codeblock using mingw and cmake

7
Comments
2 min read
CMake, Visual Studio, and the Command Line

CMake, Visual Studio, and the Command Line

12
Comments
14 min read
Mixing C++ with AMD64 (x86_64) assembly

Mixing C++ with AMD64 (x86_64) assembly

13
Comments
3 min read
pybind11-cmake: Straightforward boilerplate generation for pybind11 + cmake

pybind11-cmake: Straightforward boilerplate generation for pybind11 + cmake

4
Comments
1 min read
Using CMake to Generate Eclipse Projects

Using CMake to Generate Eclipse Projects

6
Comments
4 min read
loading...