Skip to content
Snippets Groups Projects
CMakeLists.txt 125 B
set(Math_SRC
  Line2D.cpp
  Transformation2D.cpp
  Pose.cpp
  Math.cpp
  Point2D.cpp
)

add_library(MappingMath ${Math_SRC})