mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 16:39:00 +08:00
11 lines
276 B
Diff
11 lines
276 B
Diff
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -106,6 +106,7 @@ if(MSVC)
|
||
|
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP${N}")
|
||
|
endif()
|
||
|
endif()
|
||
|
+ add_compile_options("/bigobj")
|
||
|
endif()
|
||
|
|
||
|
# [Eclipse] Automatic Discovery of Include directories (Optional, but handy)
|