I want to use the zlib library in my c++ project. So, I have downloaded zlib library(zlib_1_2_8_msvc2015_64.zip). Then, I have created zlib fol
You have specified where to find the header files.
You also need to find which library to bind and where to find it.
For Visual Studio 2012:
In linker section -> General -> additional library directories, you can specify the path where the library resides
In linker section -> Input -> additional dependancy , you can specify the actual lib name to bind