remove spdlog submodule
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user