(resolved) how to add subdirectories to build?
Posted: Mon Oct 21, 2019 5:58 pm
Hi all -
I need to port a SIP stack into a project. It's all in one directory I've located under /main. I edited my component.mk file as such:
But make still doesn't "see" the files in these directories. Is there a doc that describes what else I need to do?
V3.3.
Thanks...
I need to port a SIP stack into a project. It's all in one directory I've located under /main. I edited my component.mk file as such:
Code: Select all
COMPONENT_ADD_INCLUDEDIRS := \
MicroSIP-3.19.21-src \
MicroSIP-3.19.21-src/lib \
MicroSIP-3.19.21-src/lib/jsoncpp \
MicroSIP-3.19.21-src/lib/jsoncpp/json \
COMPONENT_SRCDIRS := \
MicroSIP-3.19.21-src \
MicroSIP-3.19.21-src/lib \
MicroSIP-3.19.21-src/lib/jsoncpp \
MicroSIP-3.19.21-src/lib/jsoncpp/json \
V3.3.
Thanks...