Skip to content

Commit

Permalink
BLD: Add a dependency target
Browse files Browse the repository at this point in the history
  • Loading branch information
RuhiRG committed Aug 23, 2023
1 parent b43a658 commit 912873b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ ydslib = library('yodaLib',
include_directories : _incdirs,
install: true
)
yds_dep = declare_dependency(
link_with: [ydslib, _linkto],
include_directories: _incdirs,
compile_args: _args,
dependencies: _deps)


# -------------------- Executable

Expand Down

0 comments on commit 912873b

Please sign in to comment.