Set /bigobj for building debug tests

This commit is contained in:
Oliver Hamlet
2016-04-12 17:24:39 +01:00
parent c81e708e32
commit 9e88c70d97
+3
View File
@@ -347,6 +347,9 @@ ELSEIF (MSVC)
ENDFOREACH()
ENDIF ()
# Set /bigobj to allow building Debug tests
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /bigobj")
set (LOOT_LIBS version
ws2_32
shlwapi