INNER CODE UNIT · Python
AssimpConan
ExplosionEngine/Explosion · ThirdParty/ConanRecipes/assimp/conanfile.py:10
class AssimpConan(ConanFile):
name = "assimp"
description = "assimp"
license = "https://github.com/assimp/assimp?tab=License-1-ov-file"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/assimp/assimp"
topics = ("model", "loader", "tool")
package_type = "shared-library"
settings = "os", "arch", "compiler", "build_type"
def layout(self):
cmake_layout(self, src_folder="src")
def validate(self):
check_min_cppstd(self, 17)
def requirements(self):
self.requires("zlib/[>=1.3.1 <2]")