Externalize Assimp

This commit is contained in:
Dane Johnson
2021-02-05 11:22:37 -06:00
parent 2e5e3cb01e
commit 9336d0cb1a
4 changed files with 42 additions and 8 deletions

View File

@@ -3,10 +3,3 @@ project(Couch)
## STB (image)
target_include_directories(couchlib
PUBLIC stb)
## ASSIMP
set(ASSIMP_BUILD_ALL_IMPORTERS_BY_DEFAULT FALSE CACHE BOOL "Turn off all assimp importers")
set(ASSIMP_BUILD_OBJ_IMPORTER ON CACHE BOOL "Turn on wavefront importer")
add_subdirectory(assimp)
target_link_libraries(couchlib assimp::assimp)