summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-09 22:15:38 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-19 18:27:41 (GMT)
commit7550879f570502f31aeafbd48f04bafd17234696 (patch)
tree4dfcc2a21c477df2c429fa10b3d85f5422887f0e /Source/cmGeneratorTarget.h
parent88d10d55ac68f2251a549cf09292af8a1fb66ba3 (diff)
downloadCMake-7550879f570502f31aeafbd48f04bafd17234696.zip
CMake-7550879f570502f31aeafbd48f04bafd17234696.tar.gz
CMake-7550879f570502f31aeafbd48f04bafd17234696.tar.bz2
cmGeneratorTarget: Move IsXCTestOnApple from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 24a1c2c..ce2f42e 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -422,6 +422,9 @@ public:
/** Return whether this target is an executable Bundle on Apple. */
bool IsAppBundleOnApple() const;
+ /** Return whether this target is a XCTest on Apple. */
+ bool IsXCTestOnApple() const;
+
struct SourceFileFlags
GetTargetSourceFileFlags(const cmSourceFile* sf) const;