forked from cpp-pm/hunter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Colm Vize
committed
Feb 6, 2023
1 parent
4a40d58
commit 803f3e4
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |