Skip to content

Commit c37b4c0

Browse files
committed
Add bigobj in ExtPointBinding
1 parent 9dd6d2e commit c37b4c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/ExtPointBinding/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ set(Demo_ExtPointBinding_SRC
1212
add_executable(${PROJECT_NAME} ${Demo_ExtPointBinding_SRC})
1313
target_link_libraries(${PROJECT_NAME} gr::utils gr::accel gr::algo gr::io ${OpenGRAppsDeps})
1414
add_dependencies(${PROJECT_NAME} opengr)
15+
if(MSVC)
16+
target_compile_options(${PROJECT_NAME} PRIVATE /bigobj)
17+
endif(MSVC)
1518
install( TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin )

0 commit comments

Comments
 (0)