mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
documentation: handling of relative paths by include- and link_directories()
Alex
This commit is contained in:
@@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user