We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd6d2e commit c37b4c0Copy full SHA for c37b4c0
apps/ExtPointBinding/CMakeLists.txt
@@ -12,4 +12,7 @@ set(Demo_ExtPointBinding_SRC
12
add_executable(${PROJECT_NAME} ${Demo_ExtPointBinding_SRC})
13
target_link_libraries(${PROJECT_NAME} gr::utils gr::accel gr::algo gr::io ${OpenGRAppsDeps})
14
add_dependencies(${PROJECT_NAME} opengr)
15
+if(MSVC)
16
+ target_compile_options(${PROJECT_NAME} PRIVATE /bigobj)
17
+endif(MSVC)
18
install( TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin )
0 commit comments