Skip to content

Commit

Permalink
VisualC/pkg-support/cmake: remove subdir from public header include path
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 30, 2023
1 parent 01247ad commit 4c6ae5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VisualC/pkg-support/cmake/sdl3_ttf-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if(NOT TARGET SDL3_ttf::SDL3_ttf)
add_library(SDL3_ttf::SDL3_ttf SHARED IMPORTED)
set_target_properties(SDL3_ttf::SDL3_ttf
PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_sdl3ttf_incdir};${_sdl3ttf_incdir}/SDL3_ttf"
INTERFACE_INCLUDE_DIRECTORIES "${_sdl3ttf_incdir}"
IMPORTED_IMPLIB "${_sdl3ttf_library}"
IMPORTED_LOCATION "${_sdl3ttf_dll}"
COMPATIBLE_INTERFACE_BOOL "SDL3_SHARED"
Expand Down

0 comments on commit 4c6ae5d

Please sign in to comment.