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