taisei/src/memory/meson.build
2023-04-03 01:53:36 +02:00

6 lines
73 B
Meson

memory_src = files(
'allocator.c',
'arena.c',
'memory.c',
)