-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Change Ubuntu version and fix SDL issues
- Loading branch information
Showing
8 changed files
with
211 additions
and
206 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
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,12 @@ | ||
#[[ | ||
Find module for SDL_image version 2 that matches the naming convention of the SDL2_imageConfig.cmake file | ||
provided in official distributions of the SDL2_image library | ||
|
||
This is necessary on Ubuntu 20.04 because the libsdl2-image-dev package doesn't provide the config file. | ||
https://packages.ubuntu.com/focal/amd64/libsdl2-image-dev/filelist | ||
#]] | ||
|
||
set(SDL2_image_FOUND TRUE) | ||
|
||
add_library(SDL2_image::SDL2_image INTERFACE IMPORTED) | ||
target_link_libraries(SDL2_image::SDL2_image INTERFACE "SDL2_image") |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.