Files
RedScarfEngine/meson.build
T
Piotr Krygier 99fb36d9fd Add basic loader for gltf
Added loading of avocado. Something is still wrong though,
becaus I cannot see the seed. But basic functionality is there.
2026-03-19 21:00:39 +01:00

17 lines
309 B
Meson

project('RedScarfEngine',
['c', 'cpp'],
version: '0.0.1',
default_options: [
'warning_level=3',
'werror=true'
])
# add_project_arguments('-DWAYLAND=1', language : 'c')
subdir('utilities')
subdir('graphics')
subdir('events')
subdir('red_scarf_engine')