summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-02-14 19:03:38 -0500
committerAllen Winter <allen.winter@kdab.com>2015-02-14 19:03:38 -0500
commit6da7ae903c43af1df72f0806a4b4bacb6917b071 (patch)
tree1eade054cd8a4e898ae0a60289c6ca9dbc897e82 /examples
parent5e23e5e5f5369045c2893f3e57a0f60066366c5f (diff)
downloadlibical-git-6da7ae903c43af1df72f0806a4b4bacb6917b071.tar.gz
linking fixes found on Linux
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index dc7d9c41..5a05e5d5 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -25,6 +25,7 @@ else()
${CMAKE_BINARY_DIR}/lib/libicalss.a
${CMAKE_BINARY_DIR}/lib/libicalvcal.a
)
+ target_link_libraries(doesnothing ${CMAKE_THREAD_LIBS_INIT})
if(ICU_FOUND)
target_link_libraries(doesnothing ${ICU_LIBRARY})
endif()