summaryrefslogtreecommitdiff
path: root/wsutil/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-04 22:08:46 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-04 22:08:46 +0000
commitafb568c549b87745fb64796b4a2d38bfbd98eab5 (patch)
tree71645b4f0711c8c2f643f3ab95acc7793c8a77e9 /wsutil/CMakeLists.txt
parent30f0ea3846727d28e60f227d3308ce3764be1ee9 (diff)
downloadwireshark-afb568c549b87745fb64796b4a2d38bfbd98eab5.tar.gz
libwsutil needs to link against libgmodule2
svn path=/trunk/; revision=52371
Diffstat (limited to 'wsutil/CMakeLists.txt')
-rw-r--r--wsutil/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index 7b9093c22e..d798ac8c73 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -68,6 +68,7 @@ set(WSUTIL_FILES
)
set(wsutil_LIBS
+ ${GMODULE2_LIBRARIES}
${GLIB2_LIBRARIES}
${GCRYPT_LIBRARIES}
)