feat(meson): adding meson.build

This commit is contained in:
0verLighT
2026-01-09 08:37:47 +01:00
parent f44c4d106c
commit 83d05cc6e2
10 changed files with 171 additions and 0 deletions

5
runtime/Sources/meson.build git.filemode.normal_file
View File

@@ -0,0 +1,5 @@
sources = []
subdir('Core')
subdir('Graphics')
subdir('Platform')
subdir('Renderer')