Skip to content

Commit

Permalink
add missing read_skinning.cpp in fix-7.1.4 branch (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpichard authored Feb 1, 2023
1 parent e9b1448 commit 00fdd25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions translator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set(SRC
reader/read_geometry.cpp
reader/read_light.cpp
reader/read_shader.cpp
reader/read_skinning.cpp
reader/read_options.cpp
reader/reader.cpp
reader/registry.cpp
Expand All @@ -26,6 +27,7 @@ set(HDR
reader/read_geometry.h
reader/read_light.h
reader/read_shader.h
reader/read_skinning.h
reader/read_options.h
reader/reader.h
reader/registry.h
Expand Down

0 comments on commit 00fdd25

Please sign in to comment.