2021-04-29 10:26 PM
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
2021-04-30 02:01 PM
Proper way to add an archve (.a file) is the following according to me (please note ':' char is added prior library file)
Then if you want to prevent some compiler warning rely on include path to point to related .h repository