mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
11 lines
428 B
ReStructuredText
11 lines
428 B
ReStructuredText
cmake-explicit-dirs
|
|
-------------------
|
|
|
|
* The :manual:`cmake <cmake(1)>` command gained the ``-S <source_dir>``
|
|
command line option to specify the location of the source directory.
|
|
This option can be used independently of ``-B``.
|
|
|
|
* The :manual:`cmake <cmake(1)>` command gained the ``-B <build_dir>``
|
|
command line option to specify the location of the build directory.
|
|
This option can be used independently of ``-S``.
|