Skip to content

Commit

Permalink
Update Jolt;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed May 22, 2024
1 parent 825cd24 commit c796248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ if(LOVR_ENABLE_PHYSICS)
set(BUILD_SHARED_LIBS OFF)
set(DEBUG_RENDERER_IN_DEBUG_AND_RELEASE OFF CACHE BOOL "")
set(PROFILER_IN_DEBUG_AND_RELEASE OFF CACHE BOOL "")
set(ENABLE_OBJECT_STREAM OFF CACHE BOOL "")
add_subdirectory(deps/jolt-physics-sharp jolt)
set_target_properties(Jolt PROPERTIES MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL")
set_target_properties(joltc PROPERTIES MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL")
Expand Down

0 comments on commit c796248

Please sign in to comment.