summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalXCodeGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalXCodeGenerator.h')
-rw-r--r--Source/cmLocalXCodeGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalXCodeGenerator.h b/Source/cmLocalXCodeGenerator.h
index ff6b356..b825161 100644
--- a/Source/cmLocalXCodeGenerator.h
+++ b/Source/cmLocalXCodeGenerator.h
@@ -38,5 +38,7 @@ public:
std::map<cmSourceFile const*, std::string>& mapping,
cmGeneratorTarget const* gt = nullptr) override;
+ void AddXCConfigSources(cmGeneratorTarget* target) override;
+
private:
};