mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(build): revert to sdl2
This commit is contained in:
parent
20f392cd74
commit
b5902f5230
2095 changed files with 244085 additions and 192940 deletions
12
vendor/sdl-2.30.5/sdl2-config-version.cmake.in
vendored
Normal file
12
vendor/sdl-2.30.5/sdl2-config-version.cmake.in
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# sdl2 cmake project-config-version input for ./configure scripts
|
||||
|
||||
set(PACKAGE_VERSION "@SDL_VERSION@")
|
||||
|
||||
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
else()
|
||||
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
||||
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
||||
set(PACKAGE_VERSION_EXACT TRUE)
|
||||
endif()
|
||||
endif()
|
||||
Loading…
Add table
Add a link
Reference in a new issue