mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
10 lines
350 B
ReStructuredText
10 lines
350 B
ReStructuredText
PREDEFINED_TARGETS_FOLDER
|
|
-------------------------
|
|
|
|
Name of FOLDER for targets that are added automatically by CMake.
|
|
|
|
If not set, CMake uses "CMakePredefinedTargets" as a default value for
|
|
this property. Targets such as INSTALL, PACKAGE and RUN_TESTS will be
|
|
organized into this FOLDER. See also the documentation for the FOLDER
|
|
target property.
|