5 lines
283 B
CMake
5 lines
283 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)
|
|
option(WITH_DEBUG_DVC "Print dynamic virtual channel debug message." OFF)
|