mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
LocalGenerator: refactoring
Introduce method AppendCompileOptions to support future source file property COMPILE_OPTIONS.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user