Skip to content

Commit

Permalink
Added /bigobj for Windows VC10. Added ported getopc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoub committed Mar 29, 2013
1 parent ae897d8 commit 6e9ba67
Show file tree
Hide file tree
Showing 3 changed files with 1,108 additions and 0 deletions.
1 change: 1 addition & 0 deletions openvdb_1_0_0_library/openvdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ SOURCE_GROUP(Util FILES ${OPENVDB_UTIL_SOURCE_FILES} ${OPENVDB_UTIL_HEADER_FILES

IF(MSVC)
ADD_DEFINITIONS(-DNOMINMAX)
SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} /bigobj)
ENDIF()

ADD_DEFINITIONS(-DOPENVDB_PRIVATE)
Expand Down
Loading

0 comments on commit 6e9ba67

Please sign in to comment.