summaryrefslogtreecommitdiffstats
path: root/Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-06 16:15:34 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-01-06 16:15:34 (GMT)
commitb225dbbd0235b545383105e0571f84a1bf6b1be0 (patch)
treef46e7515eb34bf6c51339a8b0d0cd7958daf09ef /Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst
parent1377542db5ab45043d6f3f6546fbd37a12dc9196 (diff)
parenta55c70de78755d7086acaa639a92c9a7480d7938 (diff)
downloadCMake-b225dbbd0235b545383105e0571f84a1bf6b1be0.zip
CMake-b225dbbd0235b545383105e0571f84a1bf6b1be0.tar.gz
CMake-b225dbbd0235b545383105e0571f84a1bf6b1be0.tar.bz2
Merge topic 'minor-cleanups'
a55c70d cmTarget: Remove support for <CONFIG>_LOCATION property. c9f9b3c cmTarget: Test impliedByUse number-compatible properties. fbe1fa7 cmTarget: Don't repeat property origin debug information. 01c545c cmTarget: Fix debug report for interface-set compatibility types. c67e1a6 cmTarget: Fix reporting interface-set properties which are FALSE. 07b0f54 Qt Tests: Remove commented and unneeded line. 79db8ef cmTarget: Fix the property compatibility error message 43340a9 Help: Reformat Qt autogenerator documentation. d98ea6c Help: Mark some code blocks as containing cmake code. ea78935 GenerateExportHeader: Reformat docs. 272a20f cmTarget: Don't update IMPORTED target compilation properties 03d842a Run the add_compile_options command unit test. cd3d0b6 get_property: Fix testing ALIASED_TARGET target property (#14670) 6a62228 install: Ensure that install(TARGETS) works with no DESTINATION af3d3b8 export: Only generate and install configuration files if needed. 0de81bb Help: Workaround pygments reporting an error for genexes. ...
Diffstat (limited to 'Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst')
-rw-r--r--Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst b/Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst
index 48cc8a1..5a69ef3 100644
--- a/Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst
+++ b/Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst
@@ -1,8 +1,9 @@
AUTOGEN_TARGETS_FOLDER
----------------------
-Name of FOLDER for ``*_automoc`` targets that are added automatically by CMake for targets for which AUTOMOC is enabled.
+Name of :prop_tgt:`FOLDER` for ``*_automoc`` targets that are added automatically by
+CMake for targets for which :prop_tgt:`AUTOMOC` is enabled.
-If not set, CMake uses the FOLDER property of the parent target as a
+If not set, CMake uses the :prop_tgt:`FOLDER` property of the parent target as a
default value for this property. See also the documentation for the
-FOLDER target property and the AUTOMOC target property.
+:prop_tgt:`FOLDER` target property and the :prop_tgt:`AUTOMOC` target property.