feat: full featured dump

This commit is contained in:
Johann Dreo 2020-09-04 10:32:06 +02:00
commit 93402d0c4b
4 changed files with 156 additions and 50 deletions

View file

@ -19,6 +19,7 @@ mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
# There's no point building clutchlog tests in Release
set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_STANDARD_LIBRARIES -lstdc++fs)
######################################################################################
# Configurable user settings