project('test', 'cpp') foreach i : range(1, 1001) executable('test' + i.to_string(), 'src/main.cpp') endforeach