mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
LocalGenerator: Add a string overload for AppendFlags
This commit is contained in:
@@ -152,6 +152,7 @@ public:
|
||||
void AddCompilerRequirementFlag(std::string &flags, cmTarget* target,
|
||||
const std::string& lang);
|
||||
///! Append flags to a string.
|
||||
virtual void AppendFlags(std::string& flags, const std::string& newFlags);
|
||||
virtual void AppendFlags(std::string& flags, const char* newFlags);
|
||||
virtual void AppendFlagEscape(std::string& flags,
|
||||
const std::string& rawFlag);
|
||||
|
||||
Reference in New Issue
Block a user