diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:49 (GMT) |
commit | ee26add4f4062d8b53f22e161027a573dc03399c (patch) | |
tree | 8874dc7a8b8524127ea16415392c7b62d1b1d4d1 /Source/cmGeneratorTarget.h | |
parent | c8a5f5ae60c911298fc3c0f168ac3652223722a4 (diff) | |
download | CMake-ee26add4f4062d8b53f22e161027a573dc03399c.zip CMake-ee26add4f4062d8b53f22e161027a573dc03399c.tar.gz CMake-ee26add4f4062d8b53f22e161027a573dc03399c.tar.bz2 |
cmGeneratorTarget: Move IsBundleOnApple 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 a1193a6..21e0900 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -119,6 +119,10 @@ public: std::string GetAppBundleDirectory(const std::string& config, bool contentOnly) const; + /** Return whether this target is an executable Bundle, a framework + or CFBundle on Apple. */ + bool IsBundleOnApple() const; + /** Get the full name of the target according to the settings in its makefile. */ std::string GetFullName(const std::string& config="", |