From d0fe4b6a4f964553e7f1b33aaeaf19e68ba3bc73 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Fri, 3 Feb 2023 14:29:04 +0800 Subject: feat: change logging framework to spdlog --- third_party/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 04068ca1..c7912e31 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -26,4 +26,6 @@ # json set(JSON_BuildTests OFF CACHE INTERNAL "") -add_subdirectory(json EXCLUDE_FROM_ALL) \ No newline at end of file +add_subdirectory(json EXCLUDE_FROM_ALL) + +add_subdirectory(spdlog EXCLUDE_FROM_ALL) \ No newline at end of file -- cgit v1.2.3