switch to cmake

This commit is contained in:
2021-06-04 20:38:33 -04:00
parent f24628443f
commit afc9b1d6fb
3 changed files with 29 additions and 3 deletions

View File

@@ -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