I'm sure I just managed to missed something in the documentation; but, I was wondering if there is a way to add shared libraries like you would on the gcc command line. What I've found in the documentation is to:
right click on the project name to the left, select Build options..., select Linker settings tab, click Add, then dig through the file system one by one for each shared library.
Is manually adding each library the only way to do it or can I append libraries like on the gcc command line? eg. gcc main.c graphics.c -o mygoofyapp -ldl -lnsl -lm -lrt -pthread -g