rtengine/src/meson.build
Kevin Trogant 5709cc98a5
All checks were successful
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Successful in 1m58s
refactor(renderer): Introduce renderer lib that handles backend selection and common functionality
2024-07-29 22:04:46 +02:00

11 lines
150 B
Meson

subdir('runtime')
subdir('asset_compiler')
subdir('renderer')
subdir('launcher')
if get_option('build_experiments')
subdir('experimental')
endif