refactor(meson): delete all meson.build files in the runtime subfolders and regroup all sources in a meson.build file

This commit is contained in:
0verLighT
2026-01-09 15:09:39 +01:00
committed by kbz_8
parent 807931fc8b
commit e3ee9f0327
9 changed files with 37 additions and 70 deletions

View File

@@ -1,5 +0,0 @@
sources += [
files(
'VulkanLoader.cpp'
)
]