summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2017-03-22 21:49:38 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2017-03-23 15:43:55 (GMT)
commitc51c2cfac619ac9efb9829f8b4decf9756891609 (patch)
tree6b9c4a5a4c3c6889ce81d3a6f8b7f6883f24d863 /Source/cmGlobalXCodeGenerator.h
parent060be58c6f9ffe11235341bc10c8f5d808e31b3d (diff)
downloadCMake-c51c2cfac619ac9efb9829f8b4decf9756891609.zip
CMake-c51c2cfac619ac9efb9829f8b4decf9756891609.tar.gz
CMake-c51c2cfac619ac9efb9829f8b4decf9756891609.tar.bz2
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 9eacdef..172e414 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);