mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-06-03 07:08:15 +02:00
feat(meson): adding meson.build
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
sources += [
|
||||
files(
|
||||
'Application.cpp',
|
||||
'Bridge.cpp',
|
||||
'EventBus.cpp',
|
||||
'EventListener.cpp',
|
||||
'Fps.cpp',
|
||||
'Graphics.cpp',
|
||||
'Logs.cpp',
|
||||
'Memory.cpp',
|
||||
'Profiler.cpp',
|
||||
'SDLManager.cpp',
|
||||
'UUID.cpp')
|
||||
]
|
||||
Reference in New Issue
Block a user