parent
7199badb00
commit
4dc224e99a
|
@ -270,7 +270,8 @@ void cmExtraCodeBlocksGenerator
|
||||||
jt != it->second.end();
|
jt != it->second.end();
|
||||||
++jt)
|
++jt)
|
||||||
{
|
{
|
||||||
const std::vector<std::string> & files = (*jt)->GetMakefile()->GetListFiles();
|
const std::vector<std::string> & files =
|
||||||
|
(*jt)->GetMakefile()->GetListFiles();
|
||||||
listFiles.insert(listFiles.end(), files.begin(), files.end());
|
listFiles.insert(listFiles.end(), files.begin(), files.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue