mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
13 lines
428 B
Plaintext
13 lines
428 B
Plaintext
^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.$
|