summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-05-12 14:57:00 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-05-12 14:57:00 +0200
commite2cd554d36e603c846d4f270c43497b741ba142c (patch)
tree9dc38480be6b59e689df94d581e219f8d580222f
parent50d25aa6d552e41509ad1be75e3d222abd49c900 (diff)
parent4a207b8a249b6bc55f6a4acaa43dbf5e9e11954c (diff)
downloaduca-e2cd554d36e603c846d4f270c43497b741ba142c.tar.gz
uca-e2cd554d36e603c846d4f270c43497b741ba142c.tar.bz2
uca-e2cd554d36e603c846d4f270c43497b741ba142c.tar.xz
uca-e2cd554d36e603c846d4f270c43497b741ba142c.zip
Merge
-rw-r--r--test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 1a25ee6..89351d9 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -6,6 +6,7 @@ add_definitions("--std=c99 -Wall")
find_package(PkgConfig)
pkg_check_modules(GTK2 gtk+-2.0)
+pkg_check_modules(GTHREAD2 gthread-2.0)
include_directories(${CMAKE_SOURCE_DIR}/src)
@@ -29,6 +30,7 @@ if (GTK2_FOUND)
target_link_libraries(control
uca
${GTK2_LIBRARIES}
+ ${GTHREAD2_LIBRARIES}
)
endif()