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

add_library(MappingMath ${Math_SRC})

install(TARGETS MappingMath DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})