SDL_mixer: VisualC/pkg-support/cmake: remove subdir from public header include path

From f772de0108db0ffb081ab1511f582e235683dd5e 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_mixer-config.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VisualC/pkg-support/cmake/sdl3_mixer-config.cmake b/VisualC/pkg-support/cmake/sdl3_mixer-config.cmake
index d9839edf..62012606 100644
--- a/VisualC/pkg-support/cmake/sdl3_mixer-config.cmake
+++ b/VisualC/pkg-support/cmake/sdl3_mixer-config.cmake
@@ -64,7 +64,7 @@ if(NOT TARGET SDL3_mixer::SDL3_mixer)
     add_library(SDL3_mixer::SDL3_mixer SHARED IMPORTED)
     set_target_properties(SDL3_mixer::SDL3_mixer
         PROPERTIES
-            INTERFACE_INCLUDE_DIRECTORIES "${_sdl3mixer_incdir};${_sdl3mixer_incdir}/SDL3_mixer"
+            INTERFACE_INCLUDE_DIRECTORIES "${_sdl3mixer_incdir}"
             IMPORTED_IMPLIB "${_sdl3mixer_library}"
             IMPORTED_LOCATION "${_sdl3mixer_dll}"
             COMPATIBLE_INTERFACE_BOOL "SDL3_SHARED"