Introduction to Cmake
This article introduces cmake
usage:
cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>
cmake [options] -S <path-to-source> -B <path-to-build>
options:
--build Build a CMake-generated project binary tree
This article introduces cmake
usage:
cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>
cmake [options] -S <path-to-source> -B <path-to-build>
options:
--build Build a CMake-generated project binary tree