riscos: Implement SDL_OpenURL()

This commit is contained in:
Cameron Cawley
2020-10-11 17:32:32 +01:00
parent 34a82fca49
commit 59022829f4
4 changed files with 59 additions and 0 deletions

View File

@@ -1918,6 +1918,10 @@ elseif(HAIKU)
CheckPTHREAD()
elseif(RISCOS)
file(GLOB MISC_SOURCES ${SDL2_SOURCE_DIR}/src/misc/riscos/*.c)
set(SOURCE_FILES ${SOURCE_FILES} ${MISC_SOURCES})
set(HAVE_SDL_MISC TRUE)
if(SDL_TIMERS)
set(SDL_TIMER_UNIX 1)
file(GLOB TIMER_SOURCES ${SDL2_SOURCE_DIR}/src/timer/unix/*.c)