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

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)