Update conanfile.py

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-27 16:44:34 -07:00 committed by GitHub
parent 2ebfd19b5e
commit c25d6ae917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from conans import ConanFile, CMake
class FBX2glTFConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requires = (
("boost/1.76.0"),
("libiconv/1.15@bincrafters/stable"),
("zlib/1.2.11"),
("libxml2/2.9.9@bincrafters/stable"),