summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorprotomors <protomors@gmail.com>2018-05-15 22:13:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-16 16:55:19 +0300
commit33d7620e068a7627c6d9e01afca9e90ae9a5e320 (patch)
treef24a9578a9899ef734437169d5da389a0e80df95 /src/mir_app
parent8ce6a34c51096e4cfe1d018acc872974220bb76b (diff)
CMake: Added FreeImage to mir_app dependencies.
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/CMakeLists.txt b/src/mir_app/CMakeLists.txt
index aee657a982..4b061f20b8 100644
--- a/src/mir_app/CMakeLists.txt
+++ b/src/mir_app/CMakeLists.txt
@@ -6,5 +6,5 @@ else()
endif()
set(TARGET mir_app)
include(${CMAKE_SOURCE_DIR}/cmake/lib.cmake)
-target_link_libraries(${TARGET} Zlib UxTheme.lib ws2_32.lib)
+target_link_libraries(${TARGET} Zlib FreeImage UxTheme.lib ws2_32.lib)
set_target_properties(${TARGET} PROPERTIES COMPILE_DEFINITIONS "MIR_APP_EXPORTS") \ No newline at end of file