Page 1 of 1

Adding includes path to Makefile

Posted: Wed Jan 16, 2019 3:55 pm
by jsaksris
How can I add include path to Makefile?
The file is in Project/src/core
And I have tried added the following to Makefile

SOURCE_DIRS = lib_logging/api \
src/core/* \
src/extensions/*

INCLUDE_DIRS = lib_logging/api/debug_print.h \
src/core/* \
src/extensions/*