I am trying to build a project with another project. There are a lot of libs in there and I am not sure where the required unreferenced symbols are present.
Is there a way I can include all the .lib
files while compiling?
I have given the lib
directory as an additional input to the linker, yet it asks for individual .lib
files to be included. Is there an option to say include all .lib
s in this folder?