From e10e0100955f8f4dd139f52d71e37d6ace8c5fc0 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 22 Aug 2024 14:35:37 +0200 Subject: [PATCH] Added Direction to library sources --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2df11da..cc51cb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,7 @@ else() "Matrix.cpp" "Axis.cpp" "AngleAxis.cpp" + "Direction.cpp" ) enable_testing()