Hi all
Can anyone tell me how I add a linker directory for a specific library to my project in Codeblocks. It would be better if it was there all the time but I think I have to go to Project>Build Options> then I have to select the 'Search Directories' tab, then select the linker tab and compiler tab and enter the directory paths.
I'm pretty sure I have added the header file correctly. I just added the path to the .h file in the parent directory.
But... I'm not sure if I've done the Linker directory right. Is the linker directory the library I built with the .cpp files in it? There's a number of sub-directories with .cpp files, do I inlcude all of these AND,, Can I just add the path?
Thanks very much if you can help me. I'm a bit confused right now.