Use archives instead of repos to fetch dependencies
This commit is contained in:
parent
d0ecbb79fb
commit
f955ec762c
7 changed files with 35 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue