New in 10.2.3: CMake Support
March 15, 2018
Avery exciting feature in C++Builder 10.2.3 is support forusing 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 ofCMakeas a platform-independent, compiler-independent,project format for C++…