mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-03-01 07:50:25 +01:00
13 lines
269 B
Meson
13 lines
269 B
Meson
sources += files(
|
|
'BeforeMinimalTestCase.cpp',
|
|
'Check.cpp',
|
|
'Classify.cpp',
|
|
'GenerationFailure.cpp',
|
|
'Log.cpp',
|
|
# Leave this one out because it needs to be compiled spearately
|
|
# 'Random.cpp',
|
|
'Show.cpp',
|
|
)
|
|
|
|
subdir('detail')
|
|
subdir('gen') |