Example physics implemented.

This commit is contained in:
2024-11-26 14:26:53 -06:00
parent 98f2f3e955
commit e91b1983c8
19 changed files with 656 additions and 29 deletions

View File

@ -42,6 +42,15 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(json)
# JOLT Physics
FetchContent_Declare(
JoltPhysics
GIT_REPOSITORY "https://github.com/jrouwe/JoltPhysics"
GIT_TAG "v5.2.0"
SOURCE_SUBDIR "Build"
)
FetchContent_MakeAvailable(JoltPhysics)
# OpenAL
# if(DAWN_TARGET_OPENAL)
# set(LIBTYPE "STATIC")