2013-11-30 19:43:37 +04:00
|
|
|
message("PRELOADING cache")
|
2023-12-18 11:06:21 +03:00
|
|
|
set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload")
|
2024-02-23 11:48:54 +03:00
|
|
|
set (WITH_MANPAGES ON CACHE BOOL "man pages")
|
2013-11-30 19:43:37 +04:00
|
|
|
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
|
|
|
|
set (WITH_CUPS OFF CACHE BOOL "CUPS printing")
|
2022-12-07 04:57:05 +03:00
|
|
|
set (WITH_KRB5 ON CACHE BOOL "Kerberos support")
|
2013-11-30 19:43:37 +04:00
|
|
|
set (WITH_ALSA OFF CACHE BOOL "alsa audio")
|
|
|
|
set (WITH_FFMPEG OFF CACHE BOOL "ffmepg support")
|
|
|
|
set (WITH_XV OFF CACHE BOOL "xvideo support")
|
2024-10-23 15:20:26 +03:00
|
|
|
set (BUILD_TESTING_INTERNAL ON CACHE BOOL "build testing")
|
2013-11-30 19:43:37 +04:00
|
|
|
set (WITH_XSHM OFF CACHE BOOL "build with xshm support")
|
2023-07-04 11:48:03 +03:00
|
|
|
set (WITH_SERVER ON CACHE BOOL "build with server")
|
|
|
|
set (WITH_SAMPLE ON CACHE BOOL "build with sample")
|
2017-11-15 11:11:12 +03:00
|
|
|
set (WITH_SANITIZE_ADDRESS ON)
|
2022-11-16 16:30:01 +03:00
|
|
|
set (WITH_FREERDP_DEPRECATED_COMMANDLINE ON CACHE BOOL "Enable deprecated command line options")
|