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