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 | 6da99de3236fbaeebf6a4fc66f7d68f43a59902f (patch) | |
tree | 540f3a13526d66c3c95e6c7f0bd3481ea82917fa /Source/cmGeneratorTarget.h | |
parent | d6bb319b09d056428468d8894f7d7dd2cb0d963e (diff) | |
download | CMake-6da99de3236fbaeebf6a4fc66f7d68f43a59902f.zip CMake-6da99de3236fbaeebf6a4fc66f7d68f43a59902f.tar.gz CMake-6da99de3236fbaeebf6a4fc66f7d68f43a59902f.tar.bz2 |
cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 1dfdbb3..7ee4fc5 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -124,6 +124,14 @@ public: std::string GetFullName(const std::string& config="", bool implib = false) const; + /** @return the Mac framework directory without the base. */ + std::string GetFrameworkDirectory(const std::string& config, + bool rootDir) const; + + /** @return the Mac CFBundle directory without the base */ + std::string GetCFBundleDirectory(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". */ |