Added skeletal animations and other fixes
This commit is contained in:
8
destrum/third_party/CMakeLists.txt
vendored
8
destrum/third_party/CMakeLists.txt
vendored
@@ -1,4 +1,5 @@
|
||||
# glm
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
add_subdirectory(glm)
|
||||
|
||||
# stb
|
||||
@@ -56,3 +57,10 @@ add_subdirectory(tinygltf)
|
||||
|
||||
add_subdirectory(tinyexr)
|
||||
target_include_directories(tinyexr PUBLIC "${CMAKE_CURRENT_LIST_DIR}/tinyexr")
|
||||
|
||||
|
||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
|
||||
set(ASSIMP_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
||||
set(ASSIMP_INJECT_DEBUG_POSTFIX OFF CACHE BOOL "" FORCE)
|
||||
set(ASSIMP_INSTALL OFF CACHE BOOL "" FORCE)
|
||||
add_subdirectory(assimp)
|
||||
|
||||
1
destrum/third_party/assimp
vendored
Submodule
1
destrum/third_party/assimp
vendored
Submodule
Submodule destrum/third_party/assimp added at e13e0b5b7d
Reference in New Issue
Block a user