Incorporate Window debug build targets

This commit is contained in:
philkode
2018-05-31 10:40:00 +01:00
committed by moneromooo-monero
parent c534fe8d19
commit 14f0d38cd6
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -791,6 +791,7 @@ endif()
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
if(MINGW)
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wa,-mbig-obj")
set(EXTRA_LIBRARIES mswsock;ws2_32;iphlpapi)
set(ICU_LIBRARIES ${Boost_LOCALE_LIBRARY} icuio icuin icuuc icudt icutu iconv)
elseif(APPLE OR OPENBSD OR ANDROID)