summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-07-01 13:22:22 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-07-01 13:22:22 (GMT)
commit5f36fa98ffd0258cbcd987c11127db1ffdf5404c (patch)
tree1df55754f1aa688d5efa44048d564369270dfb20 /Source/cmTarget.cxx
parent51406e25320cb31b270e0ce3d1e709dd91e46282 (diff)
parentba0e06f250665ee985bb6e94dbee3ca8009b60a7 (diff)
downloadCMake-5f36fa98ffd0258cbcd987c11127db1ffdf5404c.zip
CMake-5f36fa98ffd0258cbcd987c11127db1ffdf5404c.tar.gz
CMake-5f36fa98ffd0258cbcd987c11127db1ffdf5404c.tar.bz2
Merge topic 'AddAutomocTargetFolder'
ba0e06f automoc: add a global AUTOMOC_TARGETS_FOLDER property
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index b14db43..a90fa74 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -236,7 +236,9 @@ void cmTarget::DefineProperties(cmake *cm)
"AUTOMOC_MOC_OPTIONS property.\n"
"By setting the CMAKE_AUTOMOC_RELAXED_MODE variable to TRUE the rules "
"for searching the files which will be processed by moc can be relaxed. "
- "See the documentation for this variable for more details.");
+ "See the documentation for this variable for more details.\n"
+ "The global property AUTOMOC_TARGETS_FOLDER can be used to group the "
+ "automoc targets together in an IDE, e.g. in MSVS.");
cm->DefineProperty
("AUTOMOC_MOC_OPTIONS", cmProperty::TARGET,