summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-09-16 01:16:43 +0200
committerStephen Kelly <steveire@gmail.com>2012-09-19 15:31:29 +0200
commit78bfee35d5bd5cba879d92eda4310d25bc54b30e (patch)
treeb8263240be0775e713a985546a2176ca8ac49fb5 /Source/cmGeneratorTarget.h
parent4f5384e75c6a00d110d3fa3f555a3f6a4f31bb46 (diff)
downloadcmake-78bfee35d5bd5cba879d92eda4310d25bc54b30e.tar.gz
Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index fefdfb1a52..ad1aa62341 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -67,6 +67,8 @@ public:
cmComputeLinkInformation* GetLinkInformation(const char* config);
+ void GetAppleArchs(const char* config,
+ std::vector<std::string>& archVec);
private:
void ClassifySources();
void LookupObjectLibraries();