summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:49 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:49 (GMT)
commitee26add4f4062d8b53f22e161027a573dc03399c (patch)
tree8874dc7a8b8524127ea16415392c7b62d1b1d4d1 /Source/cmGeneratorTarget.h
parentc8a5f5ae60c911298fc3c0f168ac3652223722a4 (diff)
downloadCMake-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.h4
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="",