mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 21:47:44 +00:00
Initial SDL_ps2_main implementation
This commit is contained in:
committed by
Sam Lantinga
parent
1f3ae75228
commit
84d69da4e1
@@ -27,6 +27,14 @@ if(PSP)
|
||||
psphprm
|
||||
psppower
|
||||
)
|
||||
elseif(PS2)
|
||||
link_libraries(
|
||||
SDL2main
|
||||
SDL2_test
|
||||
SDL2-static
|
||||
patches
|
||||
ps2_drivers
|
||||
)
|
||||
else()
|
||||
link_libraries(SDL2::SDL2test SDL2::SDL2-static)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user