Question
After successfully added a second project to the workspace as static st32 library, I would like to know ho consume this library from the main project. From Path and Symbols I added the library ${workspace_loc:/ModuleA/Debug/libModuleA.a}.
What else should I do to let my project see header files? Is it correct to add an include path such
C:\Progetti\STM_Projects\ModuleA\Base. But I would like that it sees all the files and possible without an absolute path? What is the correct syntax?
Best Regards