summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeDirectoryCommand.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2013-01-27 17:00:14 (GMT)
committerAlex Neundorf <neundorf@kde.org>2013-01-27 17:00:14 (GMT)
commita7d6ebb01ba7418af3af74a532900f0d7cb210fe (patch)
tree66b8f34207b905870c7e91f0798f0497ccef6a44 /Source/cmIncludeDirectoryCommand.h
parentf7db6d115d0bd665ee0ed9be9994a59792d016af (diff)
downloadCMake-a7d6ebb01ba7418af3af74a532900f0d7cb210fe.zip
CMake-a7d6ebb01ba7418af3af74a532900f0d7cb210fe.tar.gz
CMake-a7d6ebb01ba7418af3af74a532900f0d7cb210fe.tar.bz2
documentation: handling of relative paths by include- and link_directories()
Alex
Diffstat (limited to 'Source/cmIncludeDirectoryCommand.h')
-rw-r--r--Source/cmIncludeDirectoryCommand.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmIncludeDirectoryCommand.h b/Source/cmIncludeDirectoryCommand.h
index a32fc77..77a340a 100644
--- a/Source/cmIncludeDirectoryCommand.h
+++ b/Source/cmIncludeDirectoryCommand.h
@@ -59,8 +59,9 @@ public:
return
" include_directories([AFTER|BEFORE] [SYSTEM] dir1 dir2 ...)\n"
"Add the given directories to those the compiler uses to search "
- "for include files. "
- "These directories are added to the directory property "
+ "for include files. Relative paths are interpreted as relative to "
+ "the current source directory. \n"
+ "The include directories are added to the directory property "
"INCLUDE_DIRECTORIES for the current CMakeLists file. "
"They are also added to the target property INCLUDE_DIRECTORIES "
"for each target in the current CMakeLists file. "