Skip to content

Commit

Permalink
Fix: Remove reference to io.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
spnda committed Jun 19, 2024
1 parent ec343ad commit c7ab6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(FASTGLTF_HEADERS "include/fastgltf/base64.hpp" "include/fastgltf/core.hpp"
"include/fastgltf/dxmath_element_traits.hpp" "include/fastgltf/glm_element_traits.hpp"
"include/fastgltf/tools.hpp" "include/fastgltf/types.hpp" "include/fastgltf/util.hpp")
add_library(fastgltf
"src/fastgltf.cpp" "src/base64.cpp" "src/io.cpp" ${FASTGLTF_HEADERS})
"src/fastgltf.cpp" "src/base64.cpp" ${FASTGLTF_HEADERS})
add_library(fastgltf::fastgltf ALIAS fastgltf)

fastgltf_compiler_flags(fastgltf)
Expand Down

0 comments on commit c7ab6f9

Please sign in to comment.