Skip to content

Commit

Permalink
meson: add override_dependency directive
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelKS committed Jun 4, 2023
1 parent ea76086 commit 0a0593a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ zecalculator_dep = declare_dependency(
link_with : zecalculator_lib
)

meson.override_dependency('zecalculator', zecalculator_dep)

if get_option('test')
subdir('test')
endif

0 comments on commit 0a0593a

Please sign in to comment.