Using CMake with the free Embarcadero C++ compiler
July 19, 2016
Do you want to use CMake with the newly released free compiler? This post quickly runs you through installing both the compiler and CMake, and shows an example build using two C++ files and the corresponding CMakeLists.txt.
CMake is a popular third-party build tool.
Ensuring the compiler is installed
To start, make sure you have the compiler in your system path. (When you download andextract…