sources from https://taglib.github.io/


mkdir c:\code\taglib-1.11\build
cd c:\code\taglib-1.11\build
cmake -G "Visual Studio 14 2015" ..

Open solution in VS go to properties for project tag:
For relwithdebinfo build set whole program optimization to "Use Link Time Code Generation" (on Config props>General)
For debug build set targetname to "tagd" (on Config Props>General)
On Config Props>C/C++ output files set Program Database File Name to $(IntDir)$(TargetName).pdb

copy files and package