Previously we pass the string "xml2" to the link libraries of the WindowsManifest library. This prevents static linking against libxml2.
This patch fixes the build to follow the cmake convention of using the output of find_package as the LINK_LIBS argument.