Integrations
Executing Builds - Cmake
Last updated on Apr 10, 2024
CMake can be used to generate SW projects with various types of build systems.In Mac environments, the common build systems are Xcode, Ninja and make.
Then run the build, again prepending the cmake command with ib_console, for example:
Note: Make sure your CMakeFiles.txt does not use the CMAKE_CXX_COMPILER_LAUNCHER or CMAKE_C_COMPILER_LAUNCHER options (e.g. when using ccache).
You can add additional command line options to the ib_console command to use Build Cache, add a build caption, and more.