Skip to content

Commit

Permalink
Export dynamic and static library names in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarmo-caio committed Oct 4, 2023
1 parent 70527e1 commit 187f133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdl2_image-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ set_package_properties(SDL2_image PROPERTIES

set(SDL2_image_FOUND TRUE)

set(SDL2_IMAGE_LIBRARIES SDL2_image::SDL2_image)
set(SDL2_IMAGE_STATIC_LIBRARIES SDL2_image::SDL2_image-static)

set(SDL2IMAGE_AVIF @LOAD_AVIF@)
set(SDL2IMAGE_BMP @LOAD_BMP@)
set(SDL2IMAGE_GIF @LOAD_GIF@)
Expand Down

0 comments on commit 187f133

Please sign in to comment.