summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkLibrariesCommand.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-07-08 14:59:03 (GMT)
committerBrad King <brad.king@kitware.com>2013-07-24 15:49:06 (GMT)
commitf5ca872e8b621bbef1c5feb92317bc420fe07716 (patch)
tree006c70de5dc42a9ac504eb9948c4d7e1cf2e793d /Source/cmTargetLinkLibrariesCommand.h
parentf82c751d7b3ee3907d780060985a36bdddcabad3 (diff)
downloadCMake-f5ca872e8b621bbef1c5feb92317bc420fe07716.zip
CMake-f5ca872e8b621bbef1c5feb92317bc420fe07716.tar.gz
CMake-f5ca872e8b621bbef1c5feb92317bc420fe07716.tar.bz2
Use linked frameworks as a source of include directories.
Diffstat (limited to 'Source/cmTargetLinkLibrariesCommand.h')
-rw-r--r--Source/cmTargetLinkLibrariesCommand.h5
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 "