aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-09-02 13:21:25 +0200
committerRobert Tari <robert@tari.in>2021-09-02 13:21:25 +0200
commit4968ed49cfcb93c843030f07dc84e736902cf230 (patch)
treedac3b2c069ff5f520c89ab750485127302ec01bc
parent7ba62917c8ca8113327eb582c2f7df8db94caf59 (diff)
parentecabcbd846c6ac20b3dcf74d4cbb16bb6a341021 (diff)
downloadlibayatana-common-4968ed49cfcb93c843030f07dc84e736902cf230.tar.gz
libayatana-common-4968ed49cfcb93c843030f07dc84e736902cf230.tar.bz2
libayatana-common-4968ed49cfcb93c843030f07dc84e736902cf230.zip
Merge branch 'sunweaver-pr/url-dispatcher-link-libraries-in-tests'
Attributes GH PR #40: https://github.com/AyatanaIndicators/libayatana-common/pull/40
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 6c01995..002e4db 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -26,6 +26,7 @@ target_include_directories(tst_utils PUBLIC "${CMAKE_SOURCE_DIR}/src")
target_link_libraries(tst_utils
ayatana-common
${GLIB_LIBRARIES}
+ ${URL_DISPATCHER_LIBRARIES}
${GTEST_LIBRARIES}
${GTEST_BOTH_LIBRARIES}
${GMOCK_LIBRARIES}