diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 45359bb..c1de1a3 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -324,6 +324,9 @@ public: Apple. */ bool IsFrameworkOnApple(); + /** Return whether this target is an executable Bundle on Apple. */ + bool IsAppBundleOnApple(); + private: /** * A list of direct dependencies. Use in conjunction with DependencyMap. |