set(VCPKG_FIND_LIBRARY_SUFFIXES ".dll" ".dll.a" ".a" ".lib") set(VCPKG_FIND_LIBRARY_PREFIXES "lib" "") elseif(VCPKG_TARGET_IS ...
Starting using vcpkg to build boost from scratch on my machine was not easy. vcpkg is a greate tool to compile boost I wanted to ...