mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
Overload cmLocalGenerator::AppendDefines to add a list.
This commit is contained in:
@@ -166,6 +166,9 @@ public:
|
||||
{
|
||||
this->AppendDefines(defines, defines_list.c_str());
|
||||
}
|
||||
void AppendDefines(std::set<std::string>& defines,
|
||||
const std::vector<std::string> &defines_vec);
|
||||
|
||||
/**
|
||||
* Join a set of defines into a definesString with a space separator.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user