cpp template application library (#232)
This commit is contained in:
@@ -44,4 +44,10 @@ CFLAGS += -I$(ST25RFAL002_DIR)/source/st25r3916
|
||||
C_SOURCES += $(wildcard $(ST25RFAL002_DIR)/*.c)
|
||||
C_SOURCES += $(wildcard $(ST25RFAL002_DIR)/source/*.c)
|
||||
C_SOURCES += $(wildcard $(ST25RFAL002_DIR)/source/st25r3916/*.c)
|
||||
endif
|
||||
endif
|
||||
|
||||
# callback connector (C to CPP) library
|
||||
CFLAGS += -I$(LIB_DIR)/callback-connector
|
||||
|
||||
# app template library
|
||||
CFLAGS += -I$(LIB_DIR)/app-template
|
Reference in New Issue
Block a user