I'm running Microchip Studio V 7.0.2542 on Windows 10.
I'd like to create a project that incorporates .c and .h files from several external directories. What is the "idiomatically correct" way do accomplish this in AS7?
So far, what I've done is to create folders inside my AS7 project that parallels the external folder structure, then add a link to each external .c and .h file, but that can't possibly be the best way. Is it?