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
parent 83d05cc6e2
commit f4a1dc386a
9 changed files with 37 additions and 70 deletions

View File

@@ -1,10 +0,0 @@
sources += [
files(
'Font.cpp',
'Mesh.cpp',
'PutPixelManager.cpp',
'Scene.cpp',
'Sprite.cpp',
'Text.cpp'
)
]