Skip to content
Snippets Groups Projects
CMakeLists.txt 291 B
Newer Older
Guilhem Saurel's avatar
Guilhem Saurel committed
# Declare Headers
SET(${PROJECT_NAME}_HEADERS
Guilhem Saurel's avatar
Guilhem Saurel committed
  local_config.hh
Guilhem Saurel's avatar
Guilhem Saurel committed
  util.hh
  logger.hh
  solver_LP_abstract.hh
  solver_LP_qpoases.hh
  solver_LP_clp.hh
  centroidal_dynamics.hh
  stop-watch.hh
  )

INSTALL(FILES
  ${${PROJECT_NAME}_HEADERS}
  DESTINATION include/hpp/centroidal-dynamics
  )