This commit is contained in:
@ -19,7 +19,9 @@ jobs:
|
||||
libglu1-mesa-dev \
|
||||
libglfw3-dev \
|
||||
libx11-dev \
|
||||
libxkbcommon-dev
|
||||
libxkbcommon-dev \
|
||||
python3-pil
|
||||
|
||||
|
||||
- name: Build Game
|
||||
run: |
|
||||
|
@ -43,6 +43,7 @@ FetchContent_Declare(
|
||||
FetchContent_MakeAvailable(json)
|
||||
|
||||
# JOLT Physics
|
||||
if(DAWN_ENABLE_PHYSICS)
|
||||
FetchContent_Declare(
|
||||
JoltPhysics
|
||||
GIT_REPOSITORY "https://github.com/jrouwe/JoltPhysics"
|
||||
@ -50,6 +51,7 @@ FetchContent_Declare(
|
||||
SOURCE_SUBDIR "Build"
|
||||
)
|
||||
FetchContent_MakeAvailable(JoltPhysics)
|
||||
endif()
|
||||
|
||||
# OpenAL
|
||||
# if(DAWN_TARGET_OPENAL)
|
||||
|
Reference in New Issue
Block a user