4 lines
209 B
CMake
4 lines
209 B
CMake
option(WITH_DEBUG_TRANSPORT "Print transport debug message." OFF)
|
|
option(WITH_DEBUG_CHANMAN "Print channel manager debug message." OFF)
|
|
option(WITH_DEBUG_SVC "Print static virtual channel debug message." OFF)
|