Skip to content

Commit

Permalink
Merge branch 'SDL3' into v0.24.22-hunter
Browse files Browse the repository at this point in the history
  • Loading branch information
mloccy committed Oct 20, 2024
2 parents 9cd2b22 + 803f3e4 commit fee9f53
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ hunter_default_version(RapidJSON VERSION 1.1.0-b557259-p0)
hunter_default_version(RapidXML VERSION 1.13)
hunter_default_version(RedisClient VERSION 0.6.1-p1)
hunter_default_version(SDL2 VERSION 2.30.2)
hunter_default_version(SDL3 VERSION v3.0.0-alpha)
hunter_default_version(SDL_image VERSION 2.0.5-p0)
hunter_default_version(SDL_mixer VERSION 2.0.4-p0)
hunter_default_version(SDL_net VERSION 2.2.0-p0)
Expand Down Expand Up @@ -175,7 +176,6 @@ hunter_default_version(ZLIB VERSION 1.3.0-p0)
hunter_default_version(ZMQPP VERSION 4.2.0-p0)
hunter_default_version(ZeroMQ VERSION 4.2.3-p1)
hunter_default_version(Zug VERSION 0.0.1-be20cae)

hunter_default_version(abseil VERSION 20240116.2)
hunter_default_version(acf VERSION 0.1.14)
hunter_default_version(actionlib VERSION 1.11.13-p0)
Expand Down
23 changes: 23 additions & 0 deletions cmake/projects/SDL3/hunter.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# !!! DO NOT PLACE HEADER GUARDS HERE !!!

# Load used modules
include(hunter_add_version)
include(hunter_download)
include(hunter_pick_scheme)
include(hunter_cacheable)

hunter_add_version(
PACKAGE_NAME
SDL3
VERSION
"v3.0.0-alpha"
URL
"https://codeload.github.com/mloccy/SDL/tar.gz/refs/tags/v3.0.0-alpha"
SHA1
d7fea0137a2a5ad03182dafcc066f5c7d6ee04c4
)


hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(SDL3)
hunter_download(PACKAGE_NAME SDL3)

0 comments on commit fee9f53

Please sign in to comment.