This commit is contained in:
@ -43,13 +43,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)
|
||||
if(DAWN_ENABLE_PHYSICS)
|
||||
FetchContent_Declare(
|
||||
JoltPhysics
|
||||
GIT_REPOSITORY "https://github.com/jrouwe/JoltPhysics"
|
||||
GIT_TAG "v5.2.0"
|
||||
SOURCE_SUBDIR "Build"
|
||||
)
|
||||
FetchContent_MakeAvailable(JoltPhysics)
|
||||
endif()
|
||||
|
||||
# OpenAL
|
||||
# if(DAWN_TARGET_OPENAL)
|
||||
|
Reference in New Issue
Block a user