remove sdl2 image

This commit is contained in:
scawful
2024-05-28 19:27:25 -04:00
parent d7f94c5d2a
commit ab7d2da43c

View File

@@ -1,7 +1,6 @@
# SDL2, SDL2_image
# SDL2
if (UNIX)
add_subdirectory(src/lib/SDL)
else()
find_package(SDL2)
endif()
find_package(SDL2_image)
endif()