mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
add bigobj for windows msvc compilation
This commit is contained in:
parent
e049afef19
commit
76c3785d82
@ -29,6 +29,7 @@ if(WIN32)
|
||||
add_definitions(-DNOMINMAX)
|
||||
if(MSVC)
|
||||
add_definitions(-D_CRT_SECURE_NO_DEPRECATE)
|
||||
add_compile_options(/bigobj)
|
||||
endif()
|
||||
endif()
|
||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user