"-L",
cmake ( 3.3.2) xcode, ,
link_directories ("${PROJECT_SOURCE_DIR}/SDKs/thelib/lib")
. cmake, cmGlobalXCodeGenerator:: AddDependAndLinkInformation (...), :
{ ...
if(this->XcodeVersion > 15)
{
linkDirs += " ";
linkDirs += this->XCodeEscapePath((*libDir + "/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)").c_str());
}
linkDirs += " ";
linkDirs += this->XCodeEscapePath(libDir->c_str());
}
, XCode Lib
/Users/myuser/thelib/lib/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
/Users/myuser/thelib/lib
; , , - , , .
- , ...
" " "-Wl", , .