summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2017-03-22 22:49:38 +0100
committerGregor Jasny <gjasny@googlemail.com>2017-03-23 16:43:55 +0100
commitc51c2cfac619ac9efb9829f8b4decf9756891609 (patch)
tree6b9c4a5a4c3c6889ce81d3a6f8b7f6883f24d863 /Source/cmGlobalXCodeGenerator.h
parent060be58c6f9ffe11235341bc10c8f5d808e31b3d (diff)
downloadcmake-c51c2cfac619ac9efb9829f8b4decf9756891609.tar.gz
Apple: Fix Resources location for all generators
Issue: #16680
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 9eacdef4a9..172e414bb3 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -88,6 +88,8 @@ public:
bool UseEffectivePlatformName(cmMakefile* mf) const CM_OVERRIDE;
+ bool ShouldStripResourcePath(cmMakefile*) const CM_OVERRIDE;
+
bool SetGeneratorToolset(std::string const& ts, cmMakefile* mf) CM_OVERRIDE;
void AppendFlag(std::string& flags, std::string const& flag);