summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@sap.com>2017-12-15 10:00:52 (GMT)
committerMarc Chevrier <marc.chevrier@sap.com>2018-01-23 09:24:47 (GMT)
commit3f935e690a337a7a692c30d4d14082e08d1bed7c (patch)
tree737bdc0cc2a6eb04366e84ebfd2d48f7fdde68d9 /Source/cmGlobalXCodeGenerator.h
parent2c6f5baaa7e101cdd3e5769a3fd8d49d0501b8e6 (diff)
downloadCMake-3f935e690a337a7a692c30d4d14082e08d1bed7c.zip
CMake-3f935e690a337a7a692c30d4d14082e08d1bed7c.tar.gz
CMake-3f935e690a337a7a692c30d4d14082e08d1bed7c.tar.bz2
LocalGenerator: refactoring
Introduce method AppendCompileOptions to support future source file property COMPILE_OPTIONS.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 2269b25..d173f7a 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -104,7 +104,7 @@ public:
bool ShouldStripResourcePath(cmMakefile*) const override;
bool SetGeneratorToolset(std::string const& ts, cmMakefile* mf) override;
- void AppendFlag(std::string& flags, std::string const& flag);
+ void AppendFlag(std::string& flags, std::string const& flag) const;
protected:
void AddExtraIDETargets() override;