blob: 5eac04261f9223f9da9923af169296df55a8e08e [file] [log] [blame]
cmake-short-target-option
----------------------------
* The :manual:`cmake(1)` ``--target`` parameter gained shorter
version ``-t``, e.g. ``cmake --build . -t Library1 Library2`` is
equivalant to ``cmake --build . --target Library1 Library2``.