diff options
author | sanine <sanine.not@pm.me> | 2022-09-16 00:55:53 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-09-16 00:55:53 -0500 |
commit | d444d1c98fdefea6cf0aff50eb9b58d4dbcea6ed (patch) | |
tree | ad4f0fea5d8f0d0b581978d50debccb63b3e6b38 /libs | |
parent | f2eb020c4199134e07632f3c6690d68381837b85 (diff) |
begin assimp bindings
Diffstat (limited to 'libs')
-rw-r--r-- | libs/assimp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/assimp/CMakeLists.txt b/libs/assimp/CMakeLists.txt index 434746e..e591f83 100644 --- a/libs/assimp/CMakeLists.txt +++ b/libs/assimp/CMakeLists.txt @@ -86,7 +86,7 @@ OPTION( ASSIMP_NO_EXPORT ) OPTION( ASSIMP_BUILD_ZLIB "Build your own zlib" - OFF + ON ) OPTION( ASSIMP_BUILD_ASSIMP_TOOLS "If the supplementary tools for Assimp are built in addition to the library." |