This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to decouple SDK from project

Hi all,

I just started working on a project which uses the Dialog DA14583 microcontroller. After downloading the SDK I noticed that the whole SDK is build around Keil. Dialog doesn't support the use of CMake or Makefiles so i'm stuck with Keil. After copying one of the exampleprojects to my gitprojects folder I (unsuprisingly) noticed that the project was using relative paths to the SDK. I've tried to find a way to add Dialog's sdk folder to the search path without success. 

Obviously I don't want to copy my projectfolder into the SDK's examplefolder and I also don't want to change all paths to the source files. 

How is this normally done?

Regards,

Reinier