We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28de003 commit 1709c4fCopy full SHA for 1709c4f
.gitmodules
@@ -1,3 +1,6 @@
1
[submodule "flatbuffers"]
2
path = flatbuffers
3
url = https://github.com/google/flatbuffers.git
4
+[submodule "spdlog"]
5
+ path = spdlog
6
+ url = https://github.com/gabime/spdlog.git
CMakeLists.txt
@@ -9,3 +9,5 @@ project(Build_in_Cpp)
9
set(FLATBUFFERS_BUILD_CPP17 ON CACHE BOOL "Flatbuffers C++17 support")
10
set(FLATBUFFERS_BUILD_TESTS OFF CACHE BOOL "Flatbuffers disable tests")
11
add_subdirectory(flatbuffers)
12
+
13
+add_subdirectory(spdlog)
spdlog
0 commit comments