Skip to content

Commit

Permalink
Fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
lhog committed Sep 4, 2024
1 parent b260645 commit 1cda625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ else (UNIX AND NOT MINGW)
set (CMAKE_VS_JUST_MY_CODE_DEBUGGING 1)
add_definitions(-D_ENABLE_EXTENDED_ALIGNED_STORAGE)
add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN)
add_compile_options(/bigobj)
set(GLEW_STATIC ON)
#set(EXE_FLAGS WIN32)
endif()
Expand Down

0 comments on commit 1cda625

Please sign in to comment.