remove spdlog submodule

This commit is contained in:
2021-06-05 00:11:06 -04:00
parent e3fb134dbb
commit ec73a87d31
3 changed files with 1 additions and 7 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog.git

View File

@@ -4,10 +4,8 @@ project(zynqDump VERSION 0.1.0)
# include(CTest)
# enable_testing()
add_compile_options(-std=c++14)
add_subdirectory(external/spdlog)
find_package(spdlog)
include_directories("/home/nam/sw/include")
include_directories(include)
add_library(channel STATIC channel.cc)
add_executable(zynqDump client.cc)

1
external/spdlog vendored

Submodule external/spdlog deleted from a530b87fd0