diff options
author | protomors <protomors@gmail.com> | 2019-06-15 16:23:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-12 18:09:25 +0300 |
commit | a266785da7b022da53013c914417b790e020e103 (patch) | |
tree | c0c8feb323e622c231ad49d55a9cdc2feaeb820d /protocols | |
parent | f118873f790b634e855b7b7637a1e837bd578fac (diff) |
CMake: added missing dependencies.
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ICQ-WIM/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/CMakeLists.txt b/protocols/ICQ-WIM/CMakeLists.txt index bb361358c2..580e88e8c4 100644 --- a/protocols/ICQ-WIM/CMakeLists.txt +++ b/protocols/ICQ-WIM/CMakeLists.txt @@ -1,5 +1,5 @@ file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") set(TARGET ICQ) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) -target_link_libraries(${TARGET} comctl32.lib ws2_32.lib) +target_link_libraries(${TARGET} libjson comctl32.lib ws2_32.lib) add_subdirectory(proto_icq) |