mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
OS X: Add support for @rpath in export files.
Also expand the IMPORTED_SONAME property for targets to match the install_name.
This commit is contained in:
committed by
Brad King
parent
00d71bdd19
commit
8576b3f978
@@ -61,6 +61,8 @@ protected:
|
||||
cmTarget* target,
|
||||
ImportPropertyMap& properties);
|
||||
|
||||
std::string InstallNameDir(cmTarget* target, const std::string& config);
|
||||
|
||||
std::vector<cmTarget*> const* Exports;
|
||||
cmExportCommand* ExportCommand;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user