typo in FindcSDL_image.cmake

This commit is contained in:
Sylvain PILLOT 2022-08-30 13:31:23 +02:00
parent 73fa955e9f
commit d806f43e1e
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ if(cSDL_image_FOUND)
add_library(cSDL_image::cSDL_image UNKNOWN IMPORTED)
set_target_properties(cSDL_image::cSDL_image PROPERTIES
IMPORTED_LOCATION "${CSDL_IMAGE_PATH}"
INTERFACE_LINK_OPTIONS -lcSDL_image)
INTERFACE_LINK_OPTIONS -lcSDL_image
IMPORTED_LINK_INTERFACE_LIBRARIES cSDL::cSDL cJPEG::cJPEG cPNG::cPNG)
endif()