aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-26 15:42:29 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-26 19:55:52 +0000
commit8fe11221b23816176f205fdceb0c5ba5de2904de (patch)
tree5205f341cf8fd9a2472ddd09ce088b01a7c2211c /tests
parentc13a4d07d1356c6b055bb95c08be8ae6676738fe (diff)
downloadayatana-indicator-datetime-8fe11221b23816176f205fdceb0c5ba5de2904de.tar.gz
ayatana-indicator-datetime-8fe11221b23816176f205fdceb0c5ba5de2904de.tar.bz2
ayatana-indicator-datetime-8fe11221b23816176f205fdceb0c5ba5de2904de.zip
tests/CMakeLists.txt: Fix linking when built with URL dispatcher support.
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 717784e..1901f9f 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -44,7 +44,7 @@ function(add_test_by_name name)
set (TEST_NAME ${name})
add_executable (${TEST_NAME} ${TEST_NAME}.cpp gschemas.compiled)
add_test (${TEST_NAME} ${TEST_NAME})
- target_link_libraries (${TEST_NAME} indicatordatetimeservice gtest ${DBUSTEST_LIBRARIES} ${SERVICE_DEPS_LIBRARIES} ${GTEST_LIBS})
+ target_link_libraries (${TEST_NAME} indicatordatetimeservice gtest ${DBUSTEST_LIBRARIES} ${SERVICE_DEPS_LIBRARIES} ${GTEST_LIBS} ${URLDISPATCHER_LIBRARIES})
endfunction()
add_test_by_name(test-datetime)
if(HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS)