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.