summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-01-28 16:48:20 -0500
committerBrad King <brad.king@kitware.com>2010-01-28 16:48:20 -0500
commitdc1d2189ae922be9d6e7f5fde698532db47e46aa (patch)
tree28ef61aac78f0bdc190a760d53b6cb89b24262cd /Source/cmTarget.h
parent612409e5b01a7e4823bb379ee9e002177793eb75 (diff)
downloadcmake-dc1d2189ae922be9d6e7f5fde698532db47e46aa.tar.gz
CMake 2.8.1-rc1
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 66e3f3df05..f2b7d61e8c 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -410,6 +410,9 @@ public:
// until we have per-target object file properties.
void GetLanguages(std::set<cmStdString>& languages) const;
+ /** Get the list of OS X target architectures to be built. */
+ void GetAppleArchs(const char* config, std::vector<std::string>& archVec);
+
/** Return whether this target is an executable with symbol exports
enabled. */
bool IsExecutableWithExports();