feat(quaternion): add C4Quaternion

This commit is contained in:
fallenoak 2022-12-24 17:30:47 -06:00
parent b17b7a18e6
commit 189085960f
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
4 changed files with 57 additions and 0 deletions

View file

@ -1,6 +1,7 @@
file(GLOB TEMPEST_SOURCES
"*.cpp"
"matrix/*.cpp"
"quaternion/*.cpp"
"rect/*.cpp"
"vector/*.cpp"
)