mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
VS: Simplify XML code
Get rid of suffix arguments
This commit is contained in:
@@ -78,11 +78,9 @@ public:
|
||||
bool IsManaged() const;
|
||||
// Write options to output.
|
||||
void OutputPreprocessorDefinitions(std::ostream& fout, const char* prefix,
|
||||
const char* suffix,
|
||||
const std::string& lang);
|
||||
void OutputAdditionalIncludeDirectories(std::ostream& fout,
|
||||
const char* prefix,
|
||||
const char* suffix,
|
||||
const std::string& lang);
|
||||
void OutputFlagMap(std::ostream& fout, const char* indent);
|
||||
void SetConfiguration(const std::string& config);
|
||||
|
||||
Reference in New Issue
Block a user