mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
fix line length
Alex
This commit is contained in:
@@ -270,7 +270,8 @@ void cmExtraCodeBlocksGenerator
|
||||
jt != it->second.end();
|
||||
++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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user