summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentGeneratorExpressions.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-12-10 10:33:23 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-01-05 00:05:09 (GMT)
commitb0c8f73eb62c5651b4a039f95676cae310bcada9 (patch)
tree43cc7d8a2db894cea68d8b5300cf3ee210e1f1a2 /Source/cmDocumentGeneratorExpressions.h
parent77475fe61d0a1bbd562228bf66d5043bd001cb48 (diff)
downloadCMake-b0c8f73eb62c5651b4a039f95676cae310bcada9.zip
CMake-b0c8f73eb62c5651b4a039f95676cae310bcada9.tar.gz
CMake-b0c8f73eb62c5651b4a039f95676cae310bcada9.tar.bz2
Add the TARGET_NAME generator expression.
It will be used as a preprocessing marker.
Diffstat (limited to 'Source/cmDocumentGeneratorExpressions.h')
-rw-r--r--Source/cmDocumentGeneratorExpressions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmDocumentGeneratorExpressions.h b/Source/cmDocumentGeneratorExpressions.h
index 1927012..b8889ac 100644
--- a/Source/cmDocumentGeneratorExpressions.h
+++ b/Source/cmDocumentGeneratorExpressions.h
@@ -26,6 +26,10 @@
"strings which contain a '>' for example.\n" \
" $<COMMA> = A literal ','. Used to compare " \
"strings which contain a ',' for example.\n" \
+ " $<TARGET_NAME:...> = Marks ... as being the name of a " \
+ "target. This is required if exporting targets to multiple " \
+ "dependent export sets. The '...' must be a literal name of a " \
+ "target- it may not contain generator expressions.\n" \
" $<INSTALL_INTERFACE:...> = content of \"...\" when the property " \
"is exported using install(EXPORT), and empty otherwise.\n" \
" $<BUILD_INTERFACE:...> = content of \"...\" when the property " \