mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
BUG: fix -D escaped quotes for watcom
This commit is contained in:
@@ -131,7 +131,7 @@ public:
|
||||
void AddSharedFlags(std::string& flags, const char* lang, bool shared);
|
||||
void AddConfigVariableFlags(std::string& flags, const char* var,
|
||||
const char* config);
|
||||
void AppendFlags(std::string& flags, const char* newFlags);
|
||||
virtual void AppendFlags(std::string& flags, const char* newFlags);
|
||||
///! Get the include flags for the current makefile and language
|
||||
const char* GetIncludeFlags(const char* lang);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user