mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
Meson: Removing unneeded files from the config (#190)
This commit is contained in:
@@ -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]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user