Add Tests
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
# Makefile.conf
|
||||
#
|
||||
|
||||
LFLAGS += -lLogging
|
||||
LFLAGS += -L$(ROOTPATH)/Libraries/Logging/lib/$(ARCH)
|
||||
CFLAGS += -I$(ROOTPATH)/Libraries/Logging/include
|
||||
|
||||
LFLAGS += -lUtilities
|
||||
LFLAGS += -L$(ROOTPATH)/Libraries/Utilities/lib/$(ARCH)
|
||||
CFLAGS += -I$(ROOTPATH)/Libraries/Utilities/include
|
||||
@@ -17,4 +21,7 @@ LFLAGS += -lTimer
|
||||
LFLAGS += -L$(ROOTPATH)/lib/$(ARCH)
|
||||
CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include
|
||||
|
||||
LFLAGS += -lcurl
|
||||
LFLAGS += -pthread
|
||||
|
||||
DEBUGDIR := .debug
|
||||
|
||||
Reference in New Issue
Block a user