mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
LocalGenerator: refactoring
Introduce method AppendCompileOptions to support future source file property COMPILE_OPTIONS.
This commit is contained in:
@@ -88,8 +88,9 @@ public:
|
||||
const std::string& tgt);
|
||||
|
||||
// append flags to a string
|
||||
void AppendFlags(std::string& flags, const std::string& newFlags) override;
|
||||
void AppendFlags(std::string& flags, const char* newFlags) override;
|
||||
void AppendFlags(std::string& flags,
|
||||
const std::string& newFlags) const override;
|
||||
void AppendFlags(std::string& flags, const char* newFlags) const override;
|
||||
|
||||
// append an echo command
|
||||
enum EchoColor
|
||||
|
||||
Reference in New Issue
Block a user