Link xml2 properly.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 08:18:58 -08:00
parent 72e9b830c9
commit 84da4edc28
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ target_link_libraries(libFBX2glTF
optimized ${FBXSDK_LIBRARY} optimized ${FBXSDK_LIBRARY}
debug ${FBXSDK_LIBRARY_DEBUG} debug ${FBXSDK_LIBRARY_DEBUG}
fmt::fmt fmt::fmt
libxml2::libxml2 LibXml2::LibXml2
ZLIB::ZLIB ZLIB::ZLIB
${CMAKE_DL_LIBS} ${CMAKE_DL_LIBS}
${CMAKE_THREAD_LIBS_INIT} ${CMAKE_THREAD_LIBS_INIT}