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