Skip to content

Commit

Permalink
Meson: Removing unneeded files from the config (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosun authored Mar 9, 2021
1 parent 8f8487c commit 811e173
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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]
)
Expand Down

0 comments on commit 811e173

Please sign in to comment.