mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
Added a lots of the file to write the pixel game but due to some problem ,i dicide to change sdl3 to sfml,a more modern lib
This commit is contained in:
@@ -25,3 +25,14 @@ FetchContent_Declare(
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(SDL3_ttf)
|
||||
|
||||
# ===========================
|
||||
# SDL3_image
|
||||
# ===========================
|
||||
FetchContent_Declare(
|
||||
SDL3_image
|
||||
GIT_REPOSITORY https://github.com/libsdl-org/SDL_image.git
|
||||
GIT_TAG release-3.2.0
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(SDL3_image)
|
||||
Reference in New Issue
Block a user