So I'm trying to install and use Lapack++/Lapackpp. I've got it compiled, etc in my /usr/local/src directory, as suggested by this link, and I'm assuming I might run into some trouble while compiling code written in Code::Blocks, as the aforementioned link suggests compiling in the following method: gcc -L/usr/local/lib -llapackpp foo.o

I'm wondering if someone knows an easy way to automatically have Code::Blocks search in the necessary directories to include Lapack++ header files.