2021-02-18 07:08 AM
Hi,
i need to delete and link the STMLib folder each time when i switch my configuration.
When i try to do this for all configurations it shows me that's not possible?
when i select Debug and Release seperatly and try to add the link, it also refuse to do this because the map is already added to the project.
How can i use this link in all my configuration?
2021-02-18 11:54 AM
You can drag an existing folder in the Project Explorer View into your project tree. On mouse release you are asked if you want to make a link or a deep copy.
Good luck
KnarfB
2021-02-18 12:11 PM
You cannot have different linked folders per configuration.
Because, configurations belong to CDT but linked folders are a 'core' feature of Eclipse which does not know about configurations.
-- pa
2021-03-01 03:37 AM
none of the above advices worked as expected.
Are there other ways to include library files? I just want to include .c and .h files from an external library folder in release and debug configuration.