From f5c9a8080f0932335457fe5cb0dff38c2d491cb5 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 12 Jun 2014 19:03:18 +0200 Subject: Mingw compatibility fixes by trialuser --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7477fd9..8b49d55 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -66,5 +66,5 @@ SET(rcc_SRCS ${HEADERS} ) -ADD_LIBRARY(rcc ${rcc_SRCS}) +ADD_LIBRARY(rcc SHARED ${rcc_SRCS}) TARGET_LINK_LIBRARIES(rcc ${LIBXML2_LIBRARY} ${ICONV_LIBRARY} ${ENCA_LIBRARY} ${LIBRCD_LIBRARY} ${ZLIB_LIBRARY} ${WSOCK_LIBRARY}) -- cgit v1.2.3