Skip to content

Commit

Permalink
xcode+cmake: use SDL3_mixer.framework folder as IMPORTED_LOCATION
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
madebr committed Nov 2, 2024
1 parent 9817fdd commit 5e2a705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,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}"
)
endif()
set_target_properties(SDL3_mixer::SDL3_mixer-shared
Expand Down

0 comments on commit 5e2a705

Please sign in to comment.