We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608956f commit f0bfc79Copy full SHA for f0bfc79
CMakeLists.txt
@@ -49,6 +49,7 @@ find_package(Boost 1.76 COMPONENTS system filesystem program_options REQUIRED )
49
find_package(ZLIB MODULE REQUIRED)
50
find_package(fmt MODULE REQUIRED)
51
find_package(Iconv MODULE REQUIRED)
52
+find_package(LibXml2 MODULE REQUIRED)
53
54
# create a compilation database for e.g. clang-tidy
55
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
@@ -214,6 +215,7 @@ target_link_libraries(libFBX2glTF
214
215
fmt::fmt
216
ZLIB::ZLIB
217
Iconv::Iconv
218
+ LibXml2::LibXml2
219
${CMAKE_DL_LIBS}
220
${CMAKE_THREAD_LIBS_INIT}
221
)
0 commit comments