@@ -58,66 +58,41 @@ if (APPLE)
5858 set (FRAMEWORKS ${CF_FRAMEWORK} )
5959endif ()
6060
61- set (LIB_HEADERS include /FBX2glTF.h)
61+ file (GLOB_RECURSE HEADER_FILES
62+ include /*.h
63+ include /*.hpp
64+ )
65+
66+ set (LIB_HEADERS ${HEADER_FILES} )
6267
6368set (LIB_SOURCE_FILES
6469 src/fbx/materials/3dsMaxPhysicalMaterial.cpp
6570 src/fbx/materials/FbxMaterials.cpp
66- src/fbx/materials/FbxMaterials.hpp
67- src/fbx/materials/RoughnessMetallicMaterials.hpp
6871 src/fbx/materials/StingrayPBSMaterial.cpp
6972 src/fbx/materials/TraditionalMaterials.cpp
70- src/fbx/materials/TraditionalMaterials.hpp
7173 src/fbx/Fbx2Raw.cpp
72- src/fbx/Fbx2Raw.hpp
7374 src/fbx/FbxBlendShapesAccess.cpp
74- src/fbx/FbxBlendShapesAccess.hpp
75- src/fbx/FbxLayerElementAccess.hpp
7675 src/fbx/FbxSkinningAccess.cpp
77- src/fbx/FbxSkinningAccess.hpp
7876 src/gltf/Raw2Gltf.cpp
79- src/gltf/Raw2Gltf.hpp
8077 src/gltf/GltfModel.cpp
81- src/gltf/GltfModel.hpp
8278 src/gltf/TextureBuilder.cpp
83- src/gltf/TextureBuilder.hpp
8479 src/gltf/properties/AccessorData.cpp
85- src/gltf/properties/AccessorData.hpp
8680 src/gltf/properties/AnimationData.cpp
87- src/gltf/properties/AnimationData.hpp
8881 src/gltf/properties/BufferData.cpp
89- src/gltf/properties/BufferData.hpp
9082 src/gltf/properties/BufferViewData.cpp
91- src/gltf/properties/BufferViewData.hpp
9283 src/gltf/properties/CameraData.cpp
93- src/gltf/properties/CameraData.hpp
9484 src/gltf/properties/ImageData.cpp
95- src/gltf/properties/ImageData.hpp
9685 src/gltf/properties/LightData.cpp
97- src/gltf/properties/LightData.hpp
9886 src/gltf/properties/MaterialData.cpp
99- src/gltf/properties/MaterialData.hpp
10087 src/gltf/properties/MeshData.cpp
101- src/gltf/properties/MeshData.hpp
10288 src/gltf/properties/NodeData.cpp
103- src/gltf/properties/NodeData.hpp
10489 src/gltf/properties/PrimitiveData.cpp
105- src/gltf/properties/PrimitiveData.hpp
106- src/gltf/properties/SamplerData.hpp
10790 src/gltf/properties/SceneData.cpp
108- src/gltf/properties/SceneData.hpp
10991 src/gltf/properties/SkinData.cpp
110- src/gltf/properties/SkinData.hpp
11192 src/gltf/properties/TextureData.cpp
112- src/gltf/properties/TextureData.hpp
113- src/mathfu.hpp
11493 src/raw/RawModel.cpp
115- src/raw/RawModel.hpp
11694 src/utils/File_Utils.cpp
117- src/utils/File_Utils.hpp
11895 src/utils/Image_Utils.cpp
119- src/utils/Image_Utils.hpp
120- src/utils/String_Utils.hpp
12196)
12297
12398add_library (libFBX2glTF STATIC ${LIB_SOURCE_FILES} )
0 commit comments