You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
306 B
11 lines
306 B
^Usage
|
|
|
|
cmake \[options\] <path-to-source>
|
|
cmake \[options\] <path-to-existing-build>
|
|
|
|
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.$
|