mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
LocalGenerator: Add a string overload for AppendFlags
This commit is contained in:
@@ -168,6 +168,7 @@ public:
|
||||
const std::string& tgt);
|
||||
|
||||
// append flags to a string
|
||||
virtual void AppendFlags(std::string& flags, const std::string& newFlags);
|
||||
virtual void AppendFlags(std::string& flags, const char* newFlags);
|
||||
|
||||
// append an echo command
|
||||
|
||||
Reference in New Issue
Block a user