summaryrefslogtreecommitdiffstats
path: root/src/libomemo-test.cmake
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-08-05 07:40:18 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-10-30 08:30:31 (GMT)
commitfc686499867a2c90ff1424cc08b9a6fa7500dfe5 (patch)
treecc39f7ae7f8eb766644ba16ed0eac69b519175a6 /src/libomemo-test.cmake
parentf6621190d884e597198877af97e2cd105ac35642 (diff)
downloadmxe-fc686499867a2c90ff1424cc08b9a6fa7500dfe5.zip
mxe-fc686499867a2c90ff1424cc08b9a6fa7500dfe5.tar.gz
mxe-fc686499867a2c90ff1424cc08b9a6fa7500dfe5.tar.bz2
libomemo: update 0.4.1 --> 0.6.1 and enable shared
Diffstat (limited to 'src/libomemo-test.cmake')
-rw-r--r--src/libomemo-test.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libomemo-test.cmake b/src/libomemo-test.cmake
index 44e7fc5..425a07d 100644
--- a/src/libomemo-test.cmake
+++ b/src/libomemo-test.cmake
@@ -9,14 +9,14 @@ add_executable(${TGT} ${CMAKE_CURRENT_LIST_DIR}/${PKG}-test.c)
find_package(PkgConfig REQUIRED)
pkg_check_modules(GLIB2 glib-2.0)
+pkg_check_modules(MXML mxml)
include_directories(${GLIB2_INCLUDE_DIRS})
target_link_libraries(${TGT} omemo-conversations
- mxml
+ ${MXML_LIBRARIES}
gcrypt
gpg-error
pthread
${GLIB2_LIBRARIES})
install(TARGETS ${TGT} DESTINATION bin)
-