When using some open source software it has multiple library files and include files due to multiple dependencies. Do I have to add these in the 'include' and 'Linker' Build Options every time I build a new project or is there a method I can use to have all of these includes and library files incorporated in a simpler step? I know how to add a global variable but it is limited what I can do with this? Is there another method?
Maybe there is but I'm not sure what to call it.
Thanks