aboutsummaryrefslogtreecommitdiff
path: root/unsupported/Eigen/src/EulerAngles/CMakeLists.txt
blob: 40af550e8a92987c7846e53e22d30c180a368492 (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_EulerAngles_SRCS "*.h")

INSTALL(FILES
  ${Eigen_EulerAngles_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/EulerAngles COMPONENT Devel
  )