Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
Update to FBX2glTF at d38ccd935f855a777082e4d9164d662381e4faf5
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Oct 23, 2018
1 parent dbca542 commit 46e0204
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@ add_library(FBX2glTF
thirdparty/FBX2glTF/src/gltf/properties/SkinData.hpp
thirdparty/FBX2glTF/src/gltf/properties/TextureData.cpp
thirdparty/FBX2glTF/src/gltf/properties/TextureData.hpp
thirdparty/FBX2glTF/src/gltf/GltfModel.cpp
thirdparty/FBX2glTF/src/gltf/GltfModel.hpp
thirdparty/FBX2glTF/src/gltf/TextureBuilder.cpp
thirdparty/FBX2glTF/src/gltf/TextureBuilder.hpp
thirdparty/FBX2glTF/src/mathfu.hpp
thirdparty/FBX2glTF/src/utils/File_Utils.cpp
thirdparty/FBX2glTF/src/utils/File_Utils.hpp
Expand Down Expand Up @@ -507,4 +511,4 @@ elseif(UNIX)
target_link_libraries(com_chibifire_fbx_importer draco fmt FBX2glTF
${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/godot-cpp/bin/libgodot-cpp.linux.release.64.a
${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/fbx20181_1_fbxsdk_linux/lib/gcc4/x64/release/libfbxsdk.a)
endif(OSX)
endif(OSX)

0 comments on commit 46e0204

Please sign in to comment.