diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-01-13 09:04:40 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-01-13 09:04:40 (GMT) |
commit | 7c7b94f21ffa6f3bda054d5e11bd09b13155c04e (patch) | |
tree | 5550293f5050aaf292b8f3f3204393773649469a /Source/cmTargetIncludeDirectoriesCommand.h | |
parent | 9822f8c931c39b28a587cf48b5314431386d50ea (diff) | |
download | CMake-7c7b94f21ffa6f3bda054d5e11bd09b13155c04e.zip CMake-7c7b94f21ffa6f3bda054d5e11bd09b13155c04e.tar.gz CMake-7c7b94f21ffa6f3bda054d5e11bd09b13155c04e.tar.bz2 |
Document the use of generator expressions in new commands.
Diffstat (limited to 'Source/cmTargetIncludeDirectoriesCommand.h')
-rw-r--r-- | Source/cmTargetIncludeDirectoriesCommand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTargetIncludeDirectoriesCommand.h b/Source/cmTargetIncludeDirectoriesCommand.h index c1957d6..90e039c 100644 --- a/Source/cmTargetIncludeDirectoriesCommand.h +++ b/Source/cmTargetIncludeDirectoriesCommand.h @@ -73,6 +73,9 @@ public: "directories must be absolute paths, not relative paths. " "Repeated calls for the same <target> append items in the order called." "\n" + "Arguments to target_include_directories may use \"generator " + "expressions\" with the syntax \"$<...>\". " + CM_DOCUMENT_COMMAND_GENERATOR_EXPRESSIONS ; } |