We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I'm using "Manage Project Items" with Different Project Targets on Keil uVision V5.26.2.0. But because they differ only by preprocessor defines, I want them to all have the same include paths (Meaning e.g. adding an include path should be done only once, and not individually for all different targets) Is this somehow possible?
Sankalp Agarwal said:the include path is automatically added to the newly created target
Yes, the new target is created as a copy of the original.
The trouble is, there is then no way to separate out settings which should be common to the 2 Targets, from things which need to be different in the two Targets.