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:
Clinton Stimpson
2013-05-20 16:57:58 -06:00
committed by Brad King
parent 00d71bdd19
commit 8576b3f978
9 changed files with 65 additions and 1 deletions
+2
View File
@@ -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;
};