diff --git a/CMakeLists.txt b/CMakeLists.txt index 33ca70d9..cfd6d349 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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