Good morning,
I'm working on nRF5 SDK v17.0.2 and I am using Segger Embedded Studios (SES) for the development.
I'm having a problem when I want to share my project to someone who work on SES but not necessarily on nRF5 SDK.
Especially for the problem of "User Include Directories"

They who don't work on nRF5 SDK definitely don't have this directories, what should I should to share my project with them ?
I sent them the file "Name_of_project.emProject" but they cannot even compile the project because they don't have the nRF5 SDK.
What should I sent them so that they can have all the libraries that I used in the project without having to install the nRF5 SDK ?
Especially when I work on the directory C:\Users\...., for my own project, they can find the correct directories easily. However, my colleagues who work on for example D:\Home\Users...., they have a completely different directory as mine, and so when I send them my project, they can't use it because of missing of libraries and incorrect directories.

Do you have any idea what can I do ?