blob: 50f7d9d23c6897ce1f751d1efb86d9538c85f4b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
^Usage
cmake \[options\] <path-to-source>
cmake \[options\] <path-to-existing-build>
cmake \[options\] -S <path-to-source> -B <path-to-build>
cmake \[options\] -S <path-to-source> --preset=<preset-name>
Specify a source directory to \(re-\)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Run 'cmake --help' for more information.$
|