976c3c2ab9
* Split out proxy headers and moved to public API to allow external modules to be built. * Split proxy into proxy library and proxy binary. The library can be used by other applications and provides a simple API * Improved channel passthrough, now all channels including dynamic channels work. * Extended module API to hook more events, improved module samples * Cleaned up proxy code, removed global static variables used, added WINPR_ASSERT
8 lines
357 B
Plaintext
8 lines
357 B
Plaintext
message("PRELOADING windows cache")
|
|
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
|
|
set (WITH_SERVER "ON" CACHE BOOL "Build server binaries")
|
|
set (WITH_PROXY_MODULES "OFF" CACHE BOOL "Do not build proxy modules")
|
|
set (CHANNEL_URBDRC OFF CACHE BOOL "USB redirection")
|
|
set (BUILD_TESTING ON CACHE BOOL "build testing")
|
|
set (WITH_SANITIZE_ADDRESS ON)
|