From d1838207aaf3691149a34bc60150983fc5cde36d Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 30 Sep 2023 14:33:02 +0300
Subject: [PATCH] VisualC/pkg-support/cmake: remove subdir from public header
include path
---
VisualC/pkg-support/cmake/sdl3_image-config.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/VisualC/pkg-support/cmake/sdl3_image-config.cmake b/VisualC/pkg-support/cmake/sdl3_image-config.cmake
index 3e64e065..366bd857 100644
--- a/VisualC/pkg-support/cmake/sdl3_image-config.cmake
+++ b/VisualC/pkg-support/cmake/sdl3_image-config.cmake
@@ -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"