You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding libraries in Linker->Libraries, the corresponding commands will be applied to the compilation line automatically. For example, after you add gmp libirary (click the ... box and select Add Library, find the /usr/local/lib/libgmp.so), you will find -lgmp is already appended to the compilation line if you click the ... box in the right of Additional Options.
Linker->Additional Library Directories, you can add the -L directories.
C Compiler -> Include Directories, you can add the -I directries.