Hi !
You can set it for your global environment or just for your project.
For global environment :
- Settings/Compiler and debugger
- In the Global compiler settings, select the directories tab
- Add the required paths for compiler and linker.
For your project :
- Right click on the project then select "Build options"
- Select the directories tab
- Add the required paths for compiler and linker.
- Add your specific library in the linker tab.
- Pay attention to project settings and target settings.
Dje