Skip to content

Commit

Permalink
Fix dependency of libiptux_test
Browse files Browse the repository at this point in the history
`iptux/IptuxResources.h` in target `iptux_resource_h` is also required in making executable `libiptux_test`.
  • Loading branch information
r-value authored Nov 17, 2021
1 parent b04aab4 commit b99e9de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iptux/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ test_sources = files([
'UiHelperTest.cpp',
'UiModelsTest.cpp',
])
test_sources += [iptux_resource_h]
libiptux_test = executable('libiptux_test',
test_sources,
dependencies: [gtk_dep, jsoncpp_dep, thread_dep, sigc_dep],
Expand Down

0 comments on commit b99e9de

Please sign in to comment.