We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3c354 commit 05e50acCopy full SHA for 05e50ac
meson.build
@@ -43,6 +43,11 @@ pkg.generate(wapcaplet_lib,
43
subdirs: '' # Set to empty to use ${includedir} instead of ${includedir}/libwapcaplet
44
)
45
46
+wapcaplet_dep = declare_dependency(
47
+ link_with: wapcaplet_lib,
48
+ include_directories: inc
49
+)
50
+
51
# Tests
52
if get_option('tests')
53
check_dep = dependency('check', required: false)
0 commit comments