From 17a61a8acdaf80d89289f7d5b3989c47d4a8f0c8 Mon Sep 17 00:00:00 2001 From: protomors Date: Mon, 29 Jan 2018 21:18:12 +0200 Subject: CMake: fixes for FreeImage. --- protocols/JabberG/CMakeLists.txt | 2 +- protocols/SkypeWeb/CMakeLists.txt | 2 +- protocols/Steam/CMakeLists.txt | 2 +- protocols/VKontakte/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols') diff --git a/protocols/JabberG/CMakeLists.txt b/protocols/JabberG/CMakeLists.txt index 65f5bb3a66..87ef6d2d81 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/libaxolotl/src) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) -target_link_libraries(${TARGET} Zlib libaxolotl ${OPENSSL_LIBRARIES} comctl32.lib UxTheme.lib ws2_32.lib) +target_link_libraries(${TARGET} Zlib FreeImage libaxolotl ${OPENSSL_LIBRARIES} comctl32.lib UxTheme.lib ws2_32.lib) add_subdirectory(jabber_xstatus) add_subdirectory(proto_jabber) \ No newline at end of file diff --git a/protocols/SkypeWeb/CMakeLists.txt b/protocols/SkypeWeb/CMakeLists.txt index 739bbe8aec..82f4455c21 100644 --- a/protocols/SkypeWeb/CMakeLists.txt +++ b/protocols/SkypeWeb/CMakeLists.txt @@ -1,6 +1,6 @@ file(GLOB SOURCES "src/*.h" "src/requests/*.h" "src/requests/asm/*.h" "src/*.cpp" "res/*.rc") set(TARGET SkypeWeb) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) -target_link_libraries(${TARGET} libjson) +target_link_libraries(${TARGET} libjson FreeImage) add_subdirectory(proto_conn_skype) add_subdirectory(proto_skype) \ No newline at end of file diff --git a/protocols/Steam/CMakeLists.txt b/protocols/Steam/CMakeLists.txt index 9dacd1a586..4622d849bb 100644 --- a/protocols/Steam/CMakeLists.txt +++ b/protocols/Steam/CMakeLists.txt @@ -1,5 +1,5 @@ file(GLOB SOURCES "src/*.h" "src/api/*.h" "src/*.cpp" "res/*.rc") set(TARGET Steam) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) -target_link_libraries(${TARGET} libjson comctl32.lib) +target_link_libraries(${TARGET} libjson FreeImage comctl32.lib) add_subdirectory(proto_steam) \ No newline at end of file diff --git a/protocols/VKontakte/CMakeLists.txt b/protocols/VKontakte/CMakeLists.txt index 5de2c6962d..ad424fb613 100644 --- a/protocols/VKontakte/CMakeLists.txt +++ b/protocols/VKontakte/CMakeLists.txt @@ -1,5 +1,5 @@ file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") set(TARGET VKontakte) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) -target_link_libraries(${TARGET} libjson) +target_link_libraries(${TARGET} libjson FreeImage) add_subdirectory(proto_vkontakte) \ No newline at end of file -- cgit v1.2.3