All verifications done with fxSDK 2.9.2 : OK

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

View File

@ -16,5 +16,5 @@ if(cSDL_image_FOUND)
set_target_properties(cSDL_image::cSDL_image PROPERTIES
IMPORTED_LOCATION "${CSDL_IMAGE_PATH}"
INTERFACE_LINK_OPTIONS -lcSDL_image
IMPORTED_LINK_INTERFACE_LIBRARIES cSDL::cSDL cJPEG::cJPEG cPNG::cPNG)
IMPORTED_LINK_INTERFACE_LIBRARIES cSDL::cSDL cJPEG::cJPEG cPNG::cPNG Gint::Gint -lc)
endif()