Reduce file writes, add logging capability

This commit is contained in:
2022-10-03 14:02:44 +02:00
parent bf68e53a20
commit 95b6f248c8
6 changed files with 80 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ project(fantasize VERSION 0.1.0)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
find_package(nlohmann_json 3.11.2 REQUIRED)
find_package(Boost 1.80 COMPONENTS program_options REQUIRED)
find_package(Boost 1.80 COMPONENTS program_options log log_setup date_time REQUIRED)
add_executable(${PROJECT_NAME}
src/main.cxx