mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 23:10:58 +00:00
dropfile: main callbacks need extra CMake care on UWP
This commit is contained in:
parent
78e25d4994
commit
fefa47e409
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue