Skip to content

Commit 1709c4f

Browse files
authored
Spdlog logging library (#2)
Updated spdlog to v1.8.2
1 parent 28de003 commit 1709c4f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "flatbuffers"]
22
path = flatbuffers
33
url = https://github.com/google/flatbuffers.git
4+
[submodule "spdlog"]
5+
path = spdlog
6+
url = https://github.com/gabime/spdlog.git

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ project(Build_in_Cpp)
99
set(FLATBUFFERS_BUILD_CPP17 ON CACHE BOOL "Flatbuffers C++17 support")
1010
set(FLATBUFFERS_BUILD_TESTS OFF CACHE BOOL "Flatbuffers disable tests")
1111
add_subdirectory(flatbuffers)
12+
13+
add_subdirectory(spdlog)

spdlog

Submodule spdlog added at de0dbfa

0 commit comments

Comments
 (0)