diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2013-05-20 16:57:58 -0600 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-06-03 09:42:05 -0400 |
commit | 8576b3f978e65a9c94630226e1da3f03047691a7 (patch) | |
tree | 256b6205b49a5518434f87484bf37811cfb3d27f /Source/cmExportBuildFileGenerator.h | |
parent | 00d71bdd193b645aec10b41866bddb164c0eb093 (diff) | |
download | cmake-8576b3f978e65a9c94630226e1da3f03047691a7.tar.gz |
OS X: Add support for @rpath in export files.
Also expand the IMPORTED_SONAME property for targets
to match the install_name.
Diffstat (limited to 'Source/cmExportBuildFileGenerator.h')
-rw-r--r-- | Source/cmExportBuildFileGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmExportBuildFileGenerator.h b/Source/cmExportBuildFileGenerator.h index 5e1be16480..3ffdf8b133 100644 --- a/Source/cmExportBuildFileGenerator.h +++ b/Source/cmExportBuildFileGenerator.h @@ -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; }; |