diff options
Diffstat (limited to 'protocols/VKontakte')
-rw-r--r-- | protocols/VKontakte/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |