mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
10 lines
136 B
Meson
10 lines
136 B
Meson
sources += [
|
|
files(
|
|
'Font.cpp',
|
|
'Mesh.cpp',
|
|
'PutPixelManager.cpp',
|
|
'Scene.cpp',
|
|
'Sprite.cpp',
|
|
'Text.cpp'
|
|
)
|
|
] |