mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-20 18:36:40 +00:00
Added precompiled header support for Visual Studio and Xcode (#6710)
Fixes https://github.com/libsdl-org/SDL/issues/6704
This commit is contained in:
@@ -130,6 +130,7 @@ add_sdl_test_executable(testerror NONINTERACTIVE testerror.c)
|
||||
if(LINUX AND TARGET sdl-build-options)
|
||||
add_sdl_test_executable(testevdev NONINTERACTIVE testevdev.c)
|
||||
target_include_directories(testevdev BEFORE PRIVATE $<TARGET_PROPERTY:sdl-build-options,INTERFACE_INCLUDE_DIRECTORIES>)
|
||||
target_include_directories(testevdev BEFORE PRIVATE ${SDL3_SOURCE_DIR}/src)
|
||||
endif()
|
||||
|
||||
add_sdl_test_executable(testfile testfile.c)
|
||||
|
||||
Reference in New Issue
Block a user