summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-05-28 07:14:14 -0400
committerLioncash <mathew1800@gmail.com>2021-05-28 08:12:49 -0400
commit8171ad65cd9f170dd9f72d1256415ebd34979d36 (patch)
tree4d8e7de9508fb37c6779c9d2e92875a12626bb26 /src/common/CMakeLists.txt
parentd25648cb6cb2309135bc5555e042aac10db42300 (diff)
common: Extract point into a common struct
This is generic enough that it can be moved into the Common class for reuse.
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index eafb96b0b..7a4d9e354 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -154,6 +154,7 @@ add_library(common STATIC
param_package.cpp
param_package.h
parent_of_member.h
+ point.h
quaternion.h
ring_buffer.h
scm_rev.cpp