game-engine/src/meson.build
2024-10-06 22:29:42 -04:00

4 lines
69 B
Meson

sources += files('main.cpp')
subdir('components')
subdir('systems')