diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:48 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:48 (GMT) |
commit | 7a460852fa1bc9df22d4c54bac3d57f909488608 (patch) | |
tree | f8ddae764be99f8a20e9727563324ab5a9ae56a7 /Source/cmGeneratorTarget.h | |
parent | d560bfd2739f2594119c49d82485b99bb4fbbe1f (diff) | |
download | CMake-7a460852fa1bc9df22d4c54bac3d57f909488608.zip CMake-7a460852fa1bc9df22d4c54bac3d57f909488608.tar.gz CMake-7a460852fa1bc9df22d4c54bac3d57f909488608.tar.bz2 |
cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 6d084f7..f0d8c60 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -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". */ |