blinktree: Added application path to include path.

This commit is contained in:
Michael Müller
2022-07-20 17:56:14 +02:00
parent 28a142821b
commit a0c5ad77c9

View File

@@ -11,5 +11,5 @@ SRC_BTREE += blinktree_benchmark/benchmark.cpp
SRC_CC = ${SRC_MXBENCH} ${SRC_BTREE}
LIBS += base libc stdcxx mxtasking
CC_OPT += -Wno-error -fno-aligned-new
CC_OPT += -Wno-error -fno-aligned-new -I.
CC_CXX_WARN_STRICT =