Skip to content

Commit

Permalink
🚧 fix meson build
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jun 26, 2024
1 parent 825c483 commit 54f8420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ executable(
'test-exec-interactive',
files('unit-exec-interactive.cpp'),
dependencies: deps,
link_with: [test_libreq],
link_with: [test_libreq, gucc_lib],
include_directories: [include_directories(source_path), include_directories('../gucc/include')],
install: false)

executable(
'test-process-tailing',
files('unit-proccess-tailing.cpp'),
dependencies: deps,
link_with: [test_libreq],
link_with: [test_libreq, gucc_lib],
include_directories: [include_directories(source_path), include_directories('../gucc/include')],
install: false)

0 comments on commit 54f8420

Please sign in to comment.