That’s intentional, include and src folders are not global and only visible to project sources (not libraries or frameworks). If you need this include globally specify it in build_flags:
build_flags = -I include
That’s intentional, include and src folders are not global and only visible to project sources (not libraries or frameworks). If you need this include globally specify it in build_flags:
build_flags = -I include