summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/cmake-short-target-option.rst
blob: 5eac04261f9223f9da9923af169296df55a8e08e (plain)
1
2
3
4
5
6
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``.