Skip to content

Commit

Permalink
xcode+cmake: use SDL3_ttf.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 ea7818b commit f20defe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if(NOT TARGET SDL3_ttf::SDL3_ttf-shared)
set_target_properties(SDL3_ttf::SDL3_ttf-shared
PROPERTIES
FRAMEWORK "TRUE"
IMPORTED_LOCATION "${_sdl3_ttf_framework_path}/SDL3_ttf"
IMPORTED_LOCATION "${_sdl3_ttf_framework_path}"
)
endif()
set_target_properties(SDL3_ttf::SDL3_ttf-shared
Expand Down

0 comments on commit f20defe

Please sign in to comment.