diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-12-10 10:33:23 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-01-05 00:05:09 (GMT) |
commit | b0c8f73eb62c5651b4a039f95676cae310bcada9 (patch) | |
tree | 43cc7d8a2db894cea68d8b5300cf3ee210e1f1a2 /Source/cmDocumentGeneratorExpressions.h | |
parent | 77475fe61d0a1bbd562228bf66d5043bd001cb48 (diff) | |
download | CMake-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.h | 4 |
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 " \ |