From 9e88c70d9783caf88d0987b049c09c45381c0aa4 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 12 Apr 2016 08:03:36 +0100 Subject: [PATCH] Set /bigobj for building debug tests --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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