2022-04-11 01:25:24 +02:00

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')