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 cb706c8 commit d183820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VisualC/pkg-support/cmake/sdl3_image-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if(NOT TARGET SDL3_image::SDL3_image)
add_library(SDL3_image::SDL3_image SHARED IMPORTED)
set_target_properties(SDL3_image::SDL3_image
PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_sdl3image_incdir};${_sdl3image_incdir}/SDL3_image"
INTERFACE_INCLUDE_DIRECTORIES "${_sdl3image_incdir}"
IMPORTED_IMPLIB "${_sdl3image_library}"
IMPORTED_LOCATION "${_sdl3image_dll}"
COMPATIBLE_INTERFACE_BOOL "SDL3_SHARED"
Expand Down

0 comments on commit d183820

Please sign in to comment.