I followed resthub github for building the library
mkdir build && cd build
cmake -DBUILD_SSL=OFF -DBUILD_EXAMPLES=ON -G "Visual Studio 15 2017" ..
msbuild INSTALL.vcxproj
It successfully created distibution folder. I added those in my sample restbed project as shown below
But I am getting the link error as shown below when building
What am I doing wrong?