summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorprotomors <protomors@gmail.com>2018-06-02 11:01:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-07-12 18:09:25 +0300
commitf118873f790b634e855b7b7637a1e837bd578fac (patch)
tree2c0703751d553760d210ccf68f6a51ad3c468d4e /protocols
parentd865b2130712f8c9300ccebcf1f5542e41edaaac (diff)
CMake: reduced dependency from prebult libraries.
Diffstat (limited to 'protocols')
-rw-r--r--protocols/JabberG/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/CMakeLists.txt b/protocols/JabberG/CMakeLists.txt
index 520f38cfb5..77115a602e 100644
--- a/protocols/JabberG/CMakeLists.txt
+++ b/protocols/JabberG/CMakeLists.txt
@@ -2,6 +2,6 @@ file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Jabber)
include_directories(${CMAKE_SOURCE_DIR}/libs/libsignal/src)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
-target_link_libraries(${TARGET} Zlib FreeImage libsignal ${OPENSSL_LIBRARIES} comctl32.lib UxTheme.lib ws2_32.lib)
+target_link_libraries(${TARGET} Zlib FreeImage libsignal libjson ${OPENSSL_LIBRARIES} comctl32.lib UxTheme.lib ws2_32.lib)
add_subdirectory(jabber_xstatus)
add_subdirectory(proto_jabber) \ No newline at end of file