mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
7 lines
250 B
ReStructuredText
7 lines
250 B
ReStructuredText
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``.
|