mirror of https://github.com/libsdl-org/SDL.git
dropfile: main callbacks need extra CMake care on UWP
This commit is contained in:
parent
78e25d4994
commit
fefa47e409
|
|
@ -273,7 +273,7 @@ add_sdl_test_executable(testrelative SOURCES testrelative.c)
|
||||||
add_sdl_test_executable(testhittesting SOURCES testhittesting.c)
|
add_sdl_test_executable(testhittesting SOURCES testhittesting.c)
|
||||||
add_sdl_test_executable(testdraw SOURCES testdraw.c)
|
add_sdl_test_executable(testdraw SOURCES testdraw.c)
|
||||||
add_sdl_test_executable(testdrawchessboard SOURCES testdrawchessboard.c)
|
add_sdl_test_executable(testdrawchessboard SOURCES testdrawchessboard.c)
|
||||||
add_sdl_test_executable(testdropfile SOURCES testdropfile.c)
|
add_sdl_test_executable(testdropfile MAIN_CALLBACKS SOURCES testdropfile.c)
|
||||||
add_sdl_test_executable(testerror NONINTERACTIVE SOURCES testerror.c)
|
add_sdl_test_executable(testerror NONINTERACTIVE SOURCES testerror.c)
|
||||||
|
|
||||||
set(build_options_dependent_tests )
|
set(build_options_dependent_tests )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue