diff --git a/CMakeLists.txt b/CMakeLists.txt index 06721edc1..d26126d04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2630,6 +2630,7 @@ if(NOT WINDOWS_STORE) add_library(SDL2main STATIC ${SDLMAIN_SOURCES}) # alias target for in-tree builds add_library(SDL2::SDL2main ALIAS SDL2main) + target_include_directories(SDL2main BEFORE PRIVATE "${SDL2_BINARY_DIR}/include") target_include_directories(SDL2main PUBLIC "$" $ $) set(_INSTALL_LIBS "SDL2main") if (NOT ANDROID)