channels: cmake cleanup, USB redirection refactoring

This commit is contained in:
Marc-André Moreau
2012-11-20 19:34:52 -05:00
parent 5e77cefb08
commit ecddb58ba2
27 changed files with 964 additions and 913 deletions

View File

@@ -3,10 +3,6 @@ set(OPTION_DEFAULT OFF)
set(OPTION_CLIENT_DEFAULT ON)
set(OPTION_SERVER_DEFAULT ON)
if(${OPTION_CLIENT_DEFAULT} OR ${OPTION_SERVER_DEFAULT})
set(OPTION_DEFAULT ON)
endif()
define_channel_options(NAME "rdpsnd" TYPE "static"
DESCRIPTION "Audio Output Virtual Channel Extension"
SPECIFICATIONS "[MS-RDPEA]"