FreeRDP/cmake/ConfigOptions.cmake

4 lines
209 B
CMake
Raw Normal View History

2011-07-04 13:01:06 +04:00
option(WITH_DEBUG_TRANSPORT "Print transport debug message." OFF)
2011-07-08 12:07:25 +04:00
option(WITH_DEBUG_CHANMAN "Print channel manager debug message." OFF)
2011-07-09 19:29:04 +04:00
option(WITH_DEBUG_SVC "Print static virtual channel debug message." OFF)