Skip to content

Commit

Permalink
Use framework folder as IMPORTED_LOCATION for imported target
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jan 23, 2025
1 parent 79831b9 commit b7412e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xcode/pkg-support/resources/CMake/SDL3_imageConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if(NOT TARGET SDL3_image::SDL3_image-shared)
set_target_properties(SDL3_image::SDL3_image-shared
PROPERTIES
FRAMEWORK "TRUE"
IMPORTED_LOCATION "${_sdl3_image_framework_path}/SDL3_image"
IMPORTED_LOCATION "${_sdl3_image_framework_path}"
COMPATIBLE_INTERFACE_BOOL "SDL3_SHARED"
INTERFACE_SDL3_SHARED "ON"
COMPATIBLE_INTERFACE_STRING "SDL_VERSION"
Expand Down

0 comments on commit b7412e4

Please sign in to comment.