mirror of https://github.com/encounter/SDL.git
N3DS: Prefix timer sources with `N3DS_`.
This commit is contained in:
parent
efc93e6851
commit
27557b62b6
|
@ -2778,8 +2778,8 @@ elseif(N3DS)
|
||||||
|
|
||||||
if(SDL_TIMERS)
|
if(SDL_TIMERS)
|
||||||
set(SDL_TIMER_N3DS 1)
|
set(SDL_TIMER_N3DS 1)
|
||||||
file(GLOB TIMER_SOURCES ${SDL2_SOURCE_DIR}/src/timer/n3ds/*.c)
|
file(GLOB N3DS_TIMER_SOURCES ${SDL2_SOURCE_DIR}/src/timer/n3ds/*.c)
|
||||||
list(APPEND SOURCE_FILES ${TIMER_SOURCES})
|
list(APPEND SOURCE_FILES ${N3DS_TIMER_SOURCES})
|
||||||
set(HAVE_SDL_TIMERS TRUE)
|
set(HAVE_SDL_TIMERS TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue