tests/meson.build: fix build (issue #1)

This commit is contained in:
Johan Malm 2020-07-20 18:41:32 +01:00
parent 7386f9dd57
commit c38b3ec770

View file

@ -20,6 +20,7 @@ foreach t : rcxml_tests
exe = executable(
testname,
sources: [t, 'tap.c'],
dependencies: [wlroots],
include_directories: [labwc_inc],
link_with: [rcxml_lib],
)