mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
cmake: include libfreerdp-server-channels in Windows build.
This commit is contained in:
@@ -29,9 +29,9 @@ if(NOT WIN32)
|
||||
if(WITH_X11)
|
||||
add_subdirectory(X11)
|
||||
endif()
|
||||
|
||||
# Build Server Channels library
|
||||
add_subdirectory(channels)
|
||||
else()
|
||||
add_subdirectory(Windows)
|
||||
endif()
|
||||
|
||||
# Build Server Channels library
|
||||
add_subdirectory(channels)
|
||||
|
||||
Reference in New Issue
Block a user