first pass at adding logging framework

This commit is contained in:
Jeremy Borgman
2021-01-05 11:47:16 -06:00
committed by borgmanJeremy
parent ccbc1bfc17
commit 76ad9e5a6f
154 changed files with 43525 additions and 2 deletions

2
external/spdlog/tests/main.cpp vendored Normal file
View File

@@ -0,0 +1,2 @@
#define CATCH_CONFIG_MAIN
#include "catch.hpp"