Hello,
I've been working on a big software project on the nrf52 DK with Segger Embedded Studio and added a lot of libraries and drivers. The issue I ran into is that if I want to send this software to another person's computer (the .C file not just the hex file) that they would have to match all their folder directories to mine, or re-add all of preprocessor user include directories manually if they wanted to edit and flash the software themselves. Is there any easy way around this, or is the only way to build someone else's software on your computer to manually add all of the necessary driver/library locations through the user include directory?
Thanks!