refactor msg formatting, add CLUTCHDUMP

- remove show_* methods.
This commit is contained in:
Johann Dreo 2020-08-30 23:30:00 +02:00
commit 819a2ebf15
4 changed files with 195 additions and 68 deletions

View file

@ -16,6 +16,9 @@ set(VERSION_MINOR 1 CACHE STRING "Minor version number" )
set(VERSION_PATCH 0 CACHE STRING "Patch version number" )
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
# There's no point building clutchlog tests in Release
set(CMAKE_BUILD_TYPE Debug)
######################################################################################
# Configurable user settings