make bigobj public

This commit is contained in:
Max Lyon
2021-01-22 14:24:17 +01:00
parent a4345d4875
commit b15dec6839

View File

@@ -47,7 +47,7 @@ else ()
endif ()
if (MSVC)
target_compile_options(OpenMeshCore PRIVATE /bigobj)
target_compile_options(OpenMeshCore PUBLIC /bigobj)
endif ()
# Add core as dependency before fixbundle