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 269c637 commit 723ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xcode/pkg-support/resources/CMake/SDL3_mixerConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if(NOT TARGET SDL3_mixer::SDL3_mixer-shared)
set_target_properties(SDL3_mixer::SDL3_mixer-shared
PROPERTIES
FRAMEWORK "TRUE"
IMPORTED_LOCATION "${_sdl3_mixer_framework_path}/SDL3_mixer"
IMPORTED_LOCATION "${_sdl3_mixer_framework_path}"
COMPATIBLE_INTERFACE_BOOL "SDL3_SHARED"
INTERFACE_SDL3_SHARED "ON"
COMPATIBLE_INTERFACE_STRING "SDL_VERSION"
Expand Down

0 comments on commit 723ad21

Please sign in to comment.