Skip to content
Snippets Groups Projects
Commit a30d9359 authored by Olivier BICHLER's avatar Olivier BICHLER Committed by Maxence Naud
Browse files

Added /bigobj for unit tests on Windows

parent 4453b5fb
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,10 @@ target_link_libraries(tests${module_name} PRIVATE ${module_name})
target_link_libraries(tests${module_name} PRIVATE Catch2::Catch2WithMain)
target_compile_options(tests${module_name} PRIVATE
$<$<CXX_COMPILER_ID:MSVC>:
/bigobj>)
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
include(CTest)
include(Catch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment