mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
Merge topic 'osx-implicit-link-dirs'
cc676c3OS X: Detect implicit linker framework search paths2dd67c7OS X: Detect implicit link directories on modern toolchainsba58d0cOS X: Link with all framework search paths, not just the last
This commit is contained in:
@@ -1641,6 +1641,15 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
||||
"consistent when operating in a given build tree.",false,
|
||||
"Variables for Languages");
|
||||
|
||||
cm->DefineProperty
|
||||
("CMAKE_<LANG>_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES", cmProperty::VARIABLE,
|
||||
"Implicit linker framework search path detected for language <LANG>.",
|
||||
"These paths are implicit linker framework search directories for "
|
||||
"the compiler's language. "
|
||||
"CMake automatically detects these directories for each language and "
|
||||
"reports the results in this variable.", false,
|
||||
"Variables for Languages");
|
||||
|
||||
cm->DefineProperty
|
||||
("CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES", cmProperty::VARIABLE,
|
||||
"Implicit link libraries and flags detected for language <LANG>.",
|
||||
|
||||
Reference in New Issue
Block a user