remove spdlog submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "external/spdlog"]
|
|
||||||
path = external/spdlog
|
|
||||||
url = https://github.com/gabime/spdlog.git
|
|
||||||
|
|||||||
@@ -4,10 +4,8 @@ project(zynqDump VERSION 0.1.0)
|
|||||||
# include(CTest)
|
# include(CTest)
|
||||||
# enable_testing()
|
# enable_testing()
|
||||||
add_compile_options(-std=c++14)
|
add_compile_options(-std=c++14)
|
||||||
add_subdirectory(external/spdlog)
|
include_directories("/home/nam/sw/include")
|
||||||
find_package(spdlog)
|
|
||||||
|
|
||||||
include_directories(include)
|
|
||||||
add_library(channel STATIC channel.cc)
|
add_library(channel STATIC channel.cc)
|
||||||
|
|
||||||
add_executable(zynqDump client.cc)
|
add_executable(zynqDump client.cc)
|
||||||
|
|||||||
1
external/spdlog
vendored
1
external/spdlog
vendored
Submodule external/spdlog deleted from a530b87fd0
Reference in New Issue
Block a user