Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / cmake

Cmake

cmake

Great Reads

by Marius Bancila
This article provides an introduction to CMake through a series of examples to help you, as VC++ developers, to create and maintain CMake projects.
by Jeremy C. Ong
This demo shows how, with relatively few lines of code, we were able to stand up a GUI application that cross-compiles trivially.
by YasIkeda
Fix was released. When I ran find_package( SQLite3 REQUIRED ) in my CMake script three weeks ago, it failed and output an error. Here's how I solved it.

Latest Articles

by Marius Bancila
This article provides an introduction to CMake through a series of examples to help you, as VC++ developers, to create and maintain CMake projects.
by Jeremy C. Ong
This demo shows how, with relatively few lines of code, we were able to stand up a GUI application that cross-compiles trivially.
by YasIkeda
Fix was released. When I ran find_package( SQLite3 REQUIRED ) in my CMake script three weeks ago, it failed and output an error. Here's how I solved it.

All Articles

Sort by Score

cmake 

by Marius Bancila
This article provides an introduction to CMake through a series of examples to help you, as VC++ developers, to create and maintain CMake projects.
by Jeremy C. Ong
This demo shows how, with relatively few lines of code, we were able to stand up a GUI application that cross-compiles trivially.
by Xiao Ling
This article demonstrates how to build DotCode webcam scan apps using C++, Java, and C#.
by Sébastien Jodogne
This article explains how to create a basic WADO server to provide Web access to DICOM images. The WADO server is implemented as a plugin for Orthanc, a lightweight DICOM store.
by Matt Scarpino
This article explains how to automate and simplify building C++ projects by combining Conan and CMake.
by Greg Utas
Analogous functions, subtle differences, multiple compilers...
by Michael Pan
Presenting techniques for effective usage of Google unit test frameworks in embedded environment.
by Iqra Ali
This article gives a practical overview of using GitHub Actions to automate a CI pipeline to build C++ project which is configured using CMake.