From 596e85d3a41f5f25b6185f2ca4fb18a2140afca1 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 31 Jan 2024 11:16:33 +0100 Subject: [PATCH] Added sperical.cpp --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f61c24..681c977 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ else() "Vector3.cpp" "Quaternion.cpp" "Polar.cpp" + "Spherical.cpp" ) enable_testing()