mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-02-23 21:43:18 +01:00
9 lines
146 B
Meson
9 lines
146 B
Meson
inc = include_directories('.', 'imgui')
|
|
|
|
sources += files(
|
|
'tinyfiledialogs.cpp',
|
|
'whereami.cpp',
|
|
'whereami++.cpp',
|
|
)
|
|
|
|
subdir('imgui') |