diff options
author | Brad King <brad.king@kitware.com> | 2013-07-24 15:50:49 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-07-24 15:50:49 (GMT) |
commit | 828ddb68139a080594c2e6a96d57cb9e93d2ccb3 (patch) | |
tree | da62c9e8bdf7e3212b914ce846f4e06e77a8b98f /Source/cmTargetLinkLibrariesCommand.h | |
parent | e31c4bd9a6dbb00e5b1b4dbc651ad56cbb0526ef (diff) | |
parent | f5ca872e8b621bbef1c5feb92317bc420fe07716 (diff) | |
download | CMake-828ddb68139a080594c2e6a96d57cb9e93d2ccb3.zip CMake-828ddb68139a080594c2e6a96d57cb9e93d2ccb3.tar.gz CMake-828ddb68139a080594c2e6a96d57cb9e93d2ccb3.tar.bz2 |
Merge topic 'framework-interface-includes'
f5ca872 Use linked frameworks as a source of include directories.
Diffstat (limited to 'Source/cmTargetLinkLibrariesCommand.h')
-rw-r--r-- | Source/cmTargetLinkLibrariesCommand.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h index ca651d0..e390343 100644 --- a/Source/cmTargetLinkLibrariesCommand.h +++ b/Source/cmTargetLinkLibrariesCommand.h @@ -109,6 +109,11 @@ public: " INTERFACE_POSITION_INDEPENDENT_CODE: Sets POSITION_INDEPENDENT_CODE\n" " or checked for consistency with existing value\n" "\n" + "If an <item> is a library in a Mac OX framework, the Headers " + "directory of the framework will also be processed as a \"usage " + "requirement\". This has the same effect as passing the framework " + "directory as an include directory." + "\n" " target_link_libraries(<target> LINK_INTERFACE_LIBRARIES\n" " [[debug|optimized|general] <lib>] ...)\n" "The LINK_INTERFACE_LIBRARIES mode appends the libraries " |