You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to add Libraries in Visual Studio 2013
Move compiled library to folder ...\madlibs<library>
In VS Project > Project Properties (Artefact Engine Properties)
On C/C++ > General at Additional Include Libraries add $(SolutionDir)\madlibs<library>\include
On Linker > General at Additional Library Directories Dependencies add $(SolutionDir)\madlibs<library>\lib
On Linker > Input at Additional Dependencies add