Skip to content

Commit

Permalink
update third-party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0g committed Jun 13, 2023
1 parent b0c3cb0 commit f57f8cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions third-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ endif ()
if (NOT EMSCRIPTEN)
ExternalProject_Add(
SDL2
URL https://github.com/libsdl-org/SDL/releases/download/release-2.26.4/SDL2-2.26.4.tar.gz
URL_HASH MD5=a8a81a12f3181071fe87ef2eab1202b9
URL https://github.com/libsdl-org/SDL/releases/download/release-2.26.5/SDL2-2.26.5.tar.gz
URL_HASH MD5=47f22c109070431ecccd90abd3c0ab6e
PREFIX ${PREFIX_DIR}
BINARY_DIR ${PREFIX_DIR}/src/SDL2-build/${build_type_dir}
CMAKE_COMMAND ${THIRD_PARTY_CMAKE_COMMAND}
Expand All @@ -49,7 +49,7 @@ endif ()
ExternalProject_Add(
bgfx
GIT_REPOSITORY https://github.com/pr0g/bgfx.cmake.git
GIT_TAG bde3f94ce75ffd184e9a3bdfe947a3bec69233eb
GIT_TAG b208d0c37b84fd6e92096a6c7fcdfc4856af198e
PREFIX ${PREFIX_DIR}
BINARY_DIR ${PREFIX_DIR}/src/bgfx-build/${build_type_dir}
CMAKE_COMMAND ${THIRD_PARTY_CMAKE_COMMAND}
Expand All @@ -65,7 +65,7 @@ ExternalProject_Add(
ExternalProject_Add(
imgui.cmake
GIT_REPOSITORY https://github.com/pr0g/imgui.cmake.git
GIT_TAG 2dddd30d0eb8acb84c7f34926ca241d14d6b6825
GIT_TAG 20e7d1a627690526c98b0b48c346e384ab87c5a6
PREFIX ${PREFIX_DIR}
BINARY_DIR ${PREFIX_DIR}/src/imgui.cmake-build/${build_type_dir}
CMAKE_COMMAND ${THIRD_PARTY_CMAKE_COMMAND}
Expand Down

0 comments on commit f57f8cd

Please sign in to comment.