vcglib/eigenlib/unsupported/Eigen/src/Splines/CMakeLists.txt

7 lines
162 B
CMake

FILE(GLOB Eigen_Splines_SRCS "*.h")
INSTALL(FILES
${Eigen_Splines_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Splines COMPONENT Devel
)