FB Copyright compliance.
This commit is contained in:
parent
7970914dd0
commit
366e904b70
|
@ -1,11 +1,15 @@
|
|||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||||
#
|
||||
|
||||
import os
|
||||
|
||||
from conans import ConanFile, CMake
|
||||
|
||||
|
||||
class FBX2glTFConan(ConanFile):
|
||||
settings = "os", "compiler", "build_type", "arch"
|
||||
requires = (("boost_filesystem/1.69.0@bincrafters/stable"),
|
||||
("fmt/5.3.0@bincrafters/stable"))
|
||||
("fmt/5.3.0@bincrafters/stable"))
|
||||
generators = "cmake_find_package", "cmake_paths"
|
||||
|
||||
def build(self):
|
||||
|
|
Loading…
Reference in New Issue