cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget.

This commit is contained in:
Stephen Kelly
2015-08-04 19:19:48 +02:00
parent d560bfd273
commit 7a460852fa
5 changed files with 20 additions and 18 deletions
+4
View File
@@ -115,6 +115,10 @@ public:
bool realname) const;
std::string NormalGetRealName(const std::string& config) const;
/** @return the Mac App directory without the base */
std::string GetAppBundleDirectory(const std::string& config,
bool contentOnly) const;
/** Return the install name directory for the target in the
* build tree. For example: "\@rpath/", "\@loader_path/",
* or "/full/path/to/library". */