New in 10.2.3: CMake Support
March 15, 2018
A very exciting feature in C++Builder 10.2.3 is support for using CMake with our compilers. Let’s dig in!
This post is the first in a series on CMake, and will cover:
What CMake is
How to write a CMakeLists.txt file
How to build a project on Windows
What is CMake?
You can think of CMake as a platform-independent, compiler-independent, project format for C++ apps and libraries.
CMake…




