Use archives instead of repos to fetch dependencies

This commit is contained in:
Konstantinos Sideris 2018-08-08 14:15:14 +03:00
parent d0ecbb79fb
commit f955ec762c
7 changed files with 35 additions and 22 deletions

View file

@ -1,7 +1,8 @@
#include "Logging.h"
#include "spdlog/sinks/rotating_file_sink.h"
#include "spdlog/sinks/stdout_sinks.h"
#include <iostream>
#include <spdlog/sinks/file_sinks.h>
namespace {
std::shared_ptr<spdlog::logger> db_logger = nullptr;