Skip to content

Commit

Permalink
SDL2 "2.0.4-urho-p4"
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jan 6, 2018
1 parent 7259306 commit a1e695e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions cmake/projects/SDL2/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,17 @@ hunter_add_version(
4890004c9ba78d5aefe86e75b6197272d535c441
)

hunter_add_version(
PACKAGE_NAME
SDL2
VERSION
"2.0.4-urho-p4"
URL
"https://github.com/hunter-packages/SDL2/archive/v2.0.4-urho-p4.tar.gz"
SHA1
580a574f6da1634500448dddf4a73b80c54d168c
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(SDL2)
hunter_download(PACKAGE_NAME SDL2)
2 changes: 1 addition & 1 deletion examples/Urho3D/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# config.cmake

hunter_config(Lua VERSION 5.1.5-p2)
hunter_config(SDL2 VERSION 2.0.4-urho-p3)
hunter_config(SDL2 VERSION 2.0.4-urho-p4)
# DOCUMENTATION_END }

0 comments on commit a1e695e

Please sign in to comment.