From fc175dbb72f80764431c1fe82ab8996b114831da Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 4 Feb 2023 11:07:21 -0800 Subject: Add slerp and qslerp. --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a3e4638..916dbfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,9 @@ target_link_libraries(math INTERFACE # Test. add_executable(math_test - test/mat4_test.c) + test/mat4_test.c + test/quat_test.c + test/vec3_test.c) target_link_libraries(math_test math) -- cgit v1.2.3