Skip to content

Commit

Permalink
add missing headers to header sets
Browse files Browse the repository at this point in the history
  • Loading branch information
petiaccja committed Sep 14, 2024
1 parent 3e19ad5 commit e71c9e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/Mathter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ target_sources(Mathter
"Vector/SIMDUtil.hpp"
"Vector/Swizzle.hpp"
"Vector/Vector.hpp"
# Swizzles
"Vector/SwizzleInc/Swizzle1.hpp.inc"
"Vector/SwizzleInc/Swizzle2.hpp.inc"
"Vector/SwizzleInc/Swizzle3.hpp.inc"
"Vector/SwizzleInc/Swizzle4.hpp.inc"
)

set_target_properties(Mathter PROPERTIES VERIFY_INTERFACE_HEADER_SETS ON)
Expand Down

0 comments on commit e71c9e7

Please sign in to comment.