From 5b2d515cccd8d9b66ca85391a1a45a5bc2052fa7 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Sun, 31 Dec 2023 16:24:47 +0100 Subject: [PATCH] Added Polar to the source list --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ccafe3..3014480 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,8 @@ else() "src/Angle.cpp" "src/Vector2.cpp" "src/Vector3.cpp" - "src/Quaternion.cpp" + "src/Quaternion.cpp" + "src/Polar.cpp" ) enable_testing()