diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-22 22:47:31 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-26 21:02:13 (GMT) |
commit | cf69630e510a5c639a93a99b315fcefea9688935 (patch) | |
tree | d8f6fbb0bd8fde15afb3a46eb0639031c8febd16 /Source/cmGeneratorTarget.h | |
parent | 3f8aa62bfb339dded326b0bc36016134a3dc845b (diff) | |
download | CMake-cf69630e510a5c639a93a99b315fcefea9688935.zip CMake-cf69630e510a5c639a93a99b315fcefea9688935.tar.gz CMake-cf69630e510a5c639a93a99b315fcefea9688935.tar.bz2 |
cmGeneratorTarget: Move GetFrameworkVersion 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 2b2dc86..cc7d585 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -165,6 +165,10 @@ public: std::string GetFrameworkDirectory(const std::string& config, bool rootDir) const; + /** Return the framework version string. Undefined if + IsFrameworkOnApple returns false. */ + std::string GetFrameworkVersion() const; + /** @return the Mac CFBundle directory without the base */ std::string GetCFBundleDirectory(const std::string& config, bool contentOnly) const; |