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. --- src/mir_core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mir_core') diff --git a/src/mir_core/CMakeLists.txt b/src/mir_core/CMakeLists.txt index 8c39e0e4d5..d855e7eada 100644 --- a/src/mir_core/CMakeLists.txt +++ b/src/mir_core/CMakeLists.txt @@ -6,6 +6,6 @@ else() endif() set(TARGET mir_core) include(${CMAKE_SOURCE_DIR}/cmake/lib.cmake) -target_link_libraries(${TARGET} comctl32.lib) +target_link_libraries(${TARGET} comctl32.lib Wtsapi32.lib) set_target_properties(${TARGET} PROPERTIES COMPILE_DEFINITIONS "MIR_CORE_EXPORTS") add_custom_command(TARGET ${TARGET} PRE_BUILD COMMAND "${CMAKE_SOURCE_DIR}/build/make_ver.bat") \ No newline at end of file -- cgit v1.2.3