C++ Builder 10.2.3 - CMake and Ninja Command-Line Support
March 23, 2018
Introduction
CMake is a popular C++ build tool. RAD Studio 10.2.3 Tokyo provides support for building CMake projects on the command line using RAD Studio compilers. 10.2.3 also specifically supports using Ninja with CMake, allowing for very fast parallel builds.
This…