summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index aca74ea..7260513 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -127,9 +127,11 @@ public:
std::vector<cmLocalGenerator*>& GetChildren() { return this->Children; };
- void AddLanguageFlags(std::string& flags, const char* lang);
+ void AddLanguageFlags(std::string& flags, const char* lang,
+ const char* config);
void AddSharedFlags(std::string& flags, const char* lang, bool shared);
- void AddConfigVariableFlags(std::string& flags, const char* var);
+ void AddConfigVariableFlags(std::string& flags, const char* var,
+ const char* config);
void AppendFlags(std::string& flags, const char* newFlags);
///! Get the include flags for the current makefile and language
const char* GetIncludeFlags(const char* lang);