Skip to content

Commit

Permalink
Add /bigobj Flag on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Mar 3, 2025
1 parent e0fd71f commit e684dce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ target_include_directories(helios
${LASTOOLS_INCLUDE_DIRS}
)

if(MSVC)
target_compile_options(helios PRIVATE /bigobj)
endif()

# Expose version information to the C++ sources
target_compile_definitions(helios
PUBLIC
Expand Down

0 comments on commit e684dce

Please sign in to comment.