mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05: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