summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetCompileDefinitionsCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-01-15 19:34:33 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-01-15 19:34:33 (GMT)
commita269e65de47f2f91b5d2cef8660c6f81f5e743dd (patch)
treeccf99b321770db89f29a6ea94cd8224be3ec14be /Source/cmTargetCompileDefinitionsCommand.h
parent8d91e23565e01765d821716fcd3d64d7e45e6440 (diff)
parent7c7b94f21ffa6f3bda054d5e11bd09b13155c04e (diff)
downloadCMake-a269e65de47f2f91b5d2cef8660c6f81f5e743dd.zip
CMake-a269e65de47f2f91b5d2cef8660c6f81f5e743dd.tar.gz
CMake-a269e65de47f2f91b5d2cef8660c6f81f5e743dd.tar.bz2
Merge topic 'commands-genex-docs'
7c7b94f Document the use of generator expressions in new commands.
Diffstat (limited to 'Source/cmTargetCompileDefinitionsCommand.h')
-rw-r--r--Source/cmTargetCompileDefinitionsCommand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTargetCompileDefinitionsCommand.h b/Source/cmTargetCompileDefinitionsCommand.h
index 707610e..4b066b7a 100644
--- a/Source/cmTargetCompileDefinitionsCommand.h
+++ b/Source/cmTargetCompileDefinitionsCommand.h
@@ -69,6 +69,9 @@ public:
"INTERFACE_COMPILE_DEFINITIONS from. "
"Repeated calls for the same <target> append items in the order called."
"\n"
+ "Arguments to target_compile_definitions may use \"generator "
+ "expressions\" with the syntax \"$<...>\". "
+ CM_DOCUMENT_COMMAND_GENERATOR_EXPRESSIONS
;
}