Meson: Removing unneeded files from the config (#190)

This commit is contained in:
Pavlo Solntsev
2021-03-09 14:53:21 -06:00
committed by GitHub
parent 8f8487c0a8
commit 811e1730e1

View File

@@ -26,17 +26,13 @@ amalg_tgt = run_target( 'amalg',
inja_test = executable(
'inja_test',
'test/unit.cpp',
'test/unit-files.cpp',
'test/unit-renderer.cpp',
'test/test.cpp',
dependencies: inja_dep
)
inja_single_test = executable(
'inja_single_test',
'test/unit.cpp',
'test/unit-files.cpp',
'test/unit-renderer.cpp',
'test/test.cpp',
'single_include/inja/inja.hpp',
dependencies: [inja_dep]
)