feat(meson): adding meson.build

This commit is contained in:
0verLighT
2026-01-09 08:37:47 +01:00
committed by kbz_8
parent 6fd5814032
commit 807931fc8b
10 changed files with 171 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
sources += [
files(
'Font.cpp',
'Mesh.cpp',
'PutPixelManager.cpp',
'Scene.cpp',
'Sprite.cpp',
'Text.cpp'
)
]