Pretty much title sums it up.
I\'m not sure the difference between the two if i\'d like to use a library.
Thanks!
Include directories are just for header files, which typically provide function/method signatures only. You need to link to a library to have access to its actual object code.
See this question.