mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
added SDL2 client
This commit is contained in:
@@ -28,6 +28,10 @@ if(FREERDP_VENDOR AND WITH_CLIENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(WITH_CLIENT_SDL)
|
||||
add_subdirectory(SDL)
|
||||
endif()
|
||||
|
||||
if(WITH_X11)
|
||||
add_subdirectory(X11)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user