aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-09-09 02:51:16 +0200
committerRobert Tari <robert@tari.in>2021-09-09 02:51:16 +0200
commit3b90788d37977480049abaec7dc35c6ae0c3ce39 (patch)
tree16a2f6e405607b2dae7b0fd05f2f421f3a433e5f /src
parent68880bceab1d2a7e9f765d0867c253eddbeb4182 (diff)
downloadayatana-indicator-datetime-3b90788d37977480049abaec7dc35c6ae0c3ce39.tar.gz
ayatana-indicator-datetime-3b90788d37977480049abaec7dc35c6ae0c3ce39.tar.bz2
ayatana-indicator-datetime-3b90788d37977480049abaec7dc35c6ae0c3ce39.zip
Link to lomiri-url-dispatcher where needed
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a64a50e..90b2a4b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -70,5 +70,5 @@ link_directories (${SERVICE_DEPS_LIBRARY_DIRS})
add_executable (${SERVICE_EXEC} main.cpp)
set_source_files_properties(${SERVICE_SOURCES} main.cpp PROPERTIES COMPILE_FLAGS "${COMPILE_FLAGS} -std=c++11")
-target_link_libraries (${SERVICE_EXEC} ${SERVICE_LIB} ${SERVICE_DEPS_LIBRARIES})
+target_link_libraries (${SERVICE_EXEC} ${SERVICE_LIB} ${SERVICE_DEPS_LIBRARIES} ${URLDISPATCHER_LIBRARIES})
install (TARGETS ${SERVICE_EXEC} RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_PKGLIBEXECDIR})