cmake-explicit-dirs.rst 428 B

12345678910
  1. cmake-explicit-dirs
  2. -------------------
  3. * The :manual:`cmake <cmake(1)>` command gained the ``-S <source_dir>``
  4. command line option to specify the location of the source directory.
  5. This option can be used independently of ``-B``.
  6. * The :manual:`cmake <cmake(1)>` command gained the ``-B <build_dir>``
  7. command line option to specify the location of the build directory.
  8. This option can be used independently of ``-S``.