mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
VisualC/pkg-support/cmake: remove subdir from public header include path
This commit is contained in:
parent
61e9a9dd56
commit
47cba08259
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ else()
|
|||
endif()
|
||||
|
||||
set_and_check(_sdl3_prefix "${CMAKE_CURRENT_LIST_DIR}/..")
|
||||
set(_sdl3_include_dirs "${_sdl3_prefix}/include;${_sdl3_prefix}/include/SDL3")
|
||||
set(_sdl3_include_dirs "${_sdl3_prefix}/include")
|
||||
unset(_sdl3_prefix)
|
||||
|
||||
set(SDL3_LIBRARIES SDL3::SDL3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue