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/Steam/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Steam/CMakeLists.txt') 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 -- cgit v1.2.3