move completely to spdlog, refactor channel class
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,10 +1,10 @@
|
||||
target = r
|
||||
CXX = g++
|
||||
CXX_FLAGS := -std=c++14 -Ispdlog/include -Wall
|
||||
LD_FLAGS := -lpthread -ldl
|
||||
CXX_FLAGS := -std=c++14 -I/home/daq/sw/include -Wall -DSPDLOG_COMPILED_LIB
|
||||
LD_FLAGS := -lpthread -ldl -L/home/daq/sw/lib64 -lspdlog
|
||||
|
||||
BUILD := ./build
|
||||
OBJS := $(BUILD)/client.o
|
||||
OBJS = $(BUILD)/client.o $(BUILD)/channel.o
|
||||
|
||||
all: $(target)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user