mirror of https://github.com/libsdl-org/SDL
put files at the same line
This commit is contained in:
parent
90e0e5c29d
commit
4564e89825
|
@ -2572,9 +2572,7 @@ elseif(PS2)
|
|||
if(SDL_VIDEO)
|
||||
set(SDL_VIDEO_DRIVER_PS2 1)
|
||||
set(SDL_VIDEO_RENDER_PS2 1)
|
||||
file(GLOB PS2_VIDEO_SOURCES
|
||||
${SDL2_SOURCE_DIR}/src/video/ps2/*.c
|
||||
${SDL2_SOURCE_DIR}/src/render/ps2/*.c)
|
||||
file(GLOB PS2_VIDEO_SOURCES ${SDL2_SOURCE_DIR}/src/video/ps2/*.c ${SDL2_SOURCE_DIR}/src/render/ps2/*.c)
|
||||
list(APPEND SOURCE_FILES ${PS2_VIDEO_SOURCES})
|
||||
set(SDL_VIDEO_OPENGL 0)
|
||||
set(HAVE_SDL_VIDEO TRUE)
|
||||
|
|
Loading…
Reference in New Issue