diff options
author | protomors <protomors@gmail.com> | 2018-01-29 21:18:12 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-31 22:10:11 +0300 |
commit | 17a61a8acdaf80d89289f7d5b3989c47d4a8f0c8 (patch) | |
tree | eb17012e5dbcefc38410569e642671ef5f3a3369 /protocols/Steam/CMakeLists.txt | |
parent | b8f8623145589530eae0bdb957e5337537797a92 (diff) |
CMake: fixes for FreeImage.
Diffstat (limited to 'protocols/Steam/CMakeLists.txt')
-rw-r--r-- | protocols/Steam/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |