Explorar o código

dropfile: main callbacks need extra CMake care on UWP

Anonymous Maarten %!s(int64=2) %!d(string=hai) anos
pai
achega
fefa47e409
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
test/CMakeLists.txt

@@ -273,7 +273,7 @@ add_sdl_test_executable(testrelative SOURCES testrelative.c)
 add_sdl_test_executable(testhittesting SOURCES testhittesting.c)
 add_sdl_test_executable(testdraw SOURCES testdraw.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)
 
 set(build_options_dependent_tests )