aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-28 20:24:23 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-28 20:50:35 +0200
commitd9628fb37e7ca3961acfdce84e34e6f60994f208 (patch)
tree32bb4235de01c57db601de6e5539114b53b6182c
parent55155fe9e39c49e0e30f07aa6df2d57c9e54a0a0 (diff)
downloadlibayatana-common-d9628fb37e7ca3961acfdce84e34e6f60994f208.tar.gz
libayatana-common-d9628fb37e7ca3961acfdce84e34e6f60994f208.tar.bz2
libayatana-common-d9628fb37e7ca3961acfdce84e34e6f60994f208.zip
tests/CMakeLists.txt: Add missing ${URL_DISPATCHER_LIBRARIES} to target_link_libraries().
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 61ce542..ecb3c12 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}