Skip to content
Snippets Groups Projects
CMakeLists.txt 388 B
Newer Older
SET(${PROJECT_NAME}_HEADERS
  bernstein.h
  curve_abc.h
  exact_cubic.h
  MathDefs.h
  spline_deriv_constraint.h
  bezier_curve.h
  cubic_spline.h
  curve_constraint.h
  quintic_spline.h
  linear_variable.h
  )

INSTALL(FILES
  ${${PROJECT_NAME}_HEADERS}
  DESTINATION include/curves
  )

ADD_SUBDIRECTORY(helpers)