simple-cpp-game-study/PPP3/meson.build
2024-05-01 20:26:41 -04:00

9 lines
253 B
Meson

project('lcppthw', 'cpp',
default_options: ['cpp_std=c++20'])
executable('ex01', 'ex01.cpp')
executable('ex02', 'ex02.cpp')
executable('ex03', 'ex03.cpp')
executable('ex04', 'ex04.cpp')
executable('ex05', 'ex05.cpp')
executable('ex06', 'ex06.cpp')