blob: 6a2150b02466d179cc0539e1f461a010ca471f6f (
plain)
1
2
3
4
5
6
7
8
9
|
sdl3-image provides CMake targets:
find_package(SDL3_image CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:SDL3_image::SDL3_image-shared>,SDL3_image::SDL3_image-shared,SDL3_image::SDL3_image-static>)
sdl3-image provides pkg-config modules:
# image loading library for Simple DirectMedia Layer
sdl3-image
|