Skip to content

Commit 881764a

Browse files
Add Meson dependency declaration for use as a subproject
Signed-off-by: Joshua Torrence <[email protected]>
1 parent c306ac5 commit 881764a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meson.build

+5
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ else
6161
)
6262
endif
6363

64+
x86simdsortcpp_dep = declare_dependency(
65+
include_directories: include_directories('lib'),
66+
link_with: libsimdsort,
67+
)
68+
6469
pkg_mod = import('pkgconfig')
6570
pkg_mod.generate(libraries : libsimdsort,
6671
version : '4.0',

0 commit comments

Comments
 (0)