mirror of
https://github.com/labwc/labwc.git
synced 2026-02-20 01:40:22 -05:00
tests/meson.build: fix build (issue #1)
This commit is contained in:
parent
7386f9dd57
commit
c38b3ec770
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ foreach t : rcxml_tests
|
||||||
exe = executable(
|
exe = executable(
|
||||||
testname,
|
testname,
|
||||||
sources: [t, 'tap.c'],
|
sources: [t, 'tap.c'],
|
||||||
|
dependencies: [wlroots],
|
||||||
include_directories: [labwc_inc],
|
include_directories: [labwc_inc],
|
||||||
link_with: [rcxml_lib],
|
link_with: [rcxml_lib],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue