mirror of https://github.com/FreeRDP/FreeRDP
7 lines
286 B
Plaintext
7 lines
286 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 (CHANNEL_URBDRC OFF CACHE BOOL "USB redirection")
|
|
set (BUILD_TESTING ON CACHE BOOL "build testing")
|
|
set (WITH_SANITIZE_ADDRESS ON)
|