summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-24 19:03:04 (GMT)
committerBrad King <brad.king@kitware.com>2014-09-29 20:05:53 (GMT)
commit16569abfa83ce231b1270282f03aae0b4542c42d (patch)
treea1464df06deeb3908af11b24fc8bf64f5c549e44 /Source/cmTarget.h
parentef0fd4f0ced850edd049bb05b527c3bd234f441f (diff)
downloadCMake-16569abfa83ce231b1270282f03aae0b4542c42d.zip
CMake-16569abfa83ce231b1270282f03aae0b4542c42d.tar.gz
CMake-16569abfa83ce231b1270282f03aae0b4542c42d.tar.bz2
cmTarget: Track internally whether platform is Android
Add an IsAndroid member to save whether CMAKE_SYSTEM_NAME is "Android".
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 333e2ae..a3ecca0 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -755,6 +755,7 @@ private:
mutable cmPropertyMap Properties;
LinkLibraryVectorType OriginalLinkLibraries;
bool DLLPlatform;
+ bool IsAndroid;
bool IsApple;
bool IsImportedTarget;
mutable bool DebugIncludesDone;