2015-08-17 11:37:30 +02:00
|
|
|
^Usage
|
|
|
|
|
|
|
|
cmake \[options\] <path-to-source>
|
|
|
|
cmake \[options\] <path-to-existing-build>
|
2018-10-28 12:09:07 +01:00
|
|
|
cmake \[options\] -S <path-to-source> -B <path-to-build>
|
2015-08-17 11:37:30 +02:00
|
|
|
|
|
|
|
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.$
|