summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-03-02 18:47:11 (GMT)
committerBrad King <brad.king@kitware.com>2011-03-02 18:47:11 (GMT)
commitc03b610c0aa20b298b15af401e1312c2b73beceb (patch)
treec3f785473d0ef406bed51493bb034b2893ff2c1e /Source/cmTarget.h
parentc623008376a0758b1cb1b8f404d6a148ce938b8e (diff)
parentd30dcf18b9dedcf6744a87793653bc0d94d8a8bb (diff)
downloadCMake-c03b610c0aa20b298b15af401e1312c2b73beceb.zip
CMake-c03b610c0aa20b298b15af401e1312c2b73beceb.tar.gz
CMake-c03b610c0aa20b298b15af401e1312c2b73beceb.tar.bz2
Merge branch 'aix-xl-platform-info' into ReworkedAsmSupport
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index f2b7d61..3b1f016 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -326,7 +326,7 @@ public:
*/
bool FindSourceFiles();
- ///! Return the prefered linker language for this target
+ ///! Return the preferred linker language for this target
const char* GetLinkerLanguage(const char* config = 0);
///! Return the rule variable used to create this type of target,
@@ -430,6 +430,9 @@ public:
Apple. */
bool IsFrameworkOnApple();
+ /** Return whether this target is a CFBundle (plugin) on Apple. */
+ bool IsCFBundleOnApple();
+
/** Return whether this target is an executable Bundle on Apple. */
bool IsAppBundleOnApple();