Adding includes path to Makefile

If you have a simple question and just want an answer.
Post Reply
jsaksris
Member++
Posts: 29
Joined: Wed Jul 04, 2018 4:06 pm

Adding includes path to Makefile

Post 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/*


Post Reply