mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 18:11:33 +08:00
fix link to systemd in tests
This commit is contained in:
parent
9c12a44d6e
commit
3ca19a8580
@ -1,6 +1,6 @@
|
|||||||
CXX ?= g++
|
CXX ?= g++
|
||||||
CXXFLAGS = -Wall -pedantic -std=c++11 -pthread -Wconversion -O3 -I../include -fmax-errors=1
|
CXXFLAGS = -Wall -pedantic -std=c++11 -pthread -Wconversion -O3 -I../include -fmax-errors=1
|
||||||
LDPFALGS = -pthread
|
LDPFALGS = -pthread -lsystemd
|
||||||
|
|
||||||
CPP_FILES := $(wildcard *.cpp)
|
CPP_FILES := $(wildcard *.cpp)
|
||||||
OBJ_FILES := $(addprefix ./,$(notdir $(CPP_FILES:.cpp=.o)))
|
OBJ_FILES := $(addprefix ./,$(notdir $(CPP_FILES:.cpp=.o)))
|
||||||
|
Loading…
Reference in New Issue
Block a user