Cmake Download Link
# You can now reference the file in your configuration configure_file($my_data_SOURCE_DIR/special_config.json $CMAKE_BINARY_DIR/config.json COPYONLY)
]
| Action | Command | |--------|---------| | Configure | cmake -B build -S . | | Build | cmake --build build | | Build Release | cmake --build build --config Release | | Clean | cmake --build build --target clean | | Install | cmake --install build --prefix ./install | | Run tests | cd build && ctest | cmake download
This should display the version of CMake installed on your system. # You can now reference the file in
You can download CMake from the official website: https://cmake.org/download/ cmake download