cmake-short-target-option.rst 250 B

123456
  1. cmake-short-target-option
  2. ----------------------------
  3. * The :manual:`cmake(1)` ``--target`` parameter gained shorter
  4. version ``-t``, e.g. ``cmake --build . -t Library1 Library2`` is
  5. equivalant to ``cmake --build . --target Library1 Library2``.