File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -405,6 +405,8 @@ add_sdl_test_executable(testpalette SOURCES testpalette.c)
405405add_sdl_test_executable(testtimer NONINTERACTIVE NONINTERACTIVE_ARGS --no -interactive NONINTERACTIVE_TIMEOUT 60 SOURCES testtimer.c)
406406add_sdl_test_executable(testurl SOURCES testurl.c)
407407add_sdl_test_executable(testver NONINTERACTIVE NOTRACKMEM SOURCES testver.c)
408+ set_property (TARGET testver PROPERTY C_STANDARD 90)
409+ set_property (TARGET testver PROPERTY C_EXTENSIONS OFF )
408410add_sdl_test_executable(testcamera MAIN_CALLBACKS SOURCES testcamera.c)
409411add_sdl_test_executable(testclipboard MAIN_CALLBACKS SOURCES testclipboard.c ${icon_png_header} DEPENDS generate-icon_png_header)
410412add_sdl_test_executable(testviewport NEEDS_RESOURCES TESTUTILS SOURCES testviewport.c)
You can’t perform that action at this time.
0 commit comments