Files
eigen/unsupported/Eigen/src/EulerAngles/CMakeLists.txt
Hans Johnson 8c8cab1afd STYLE: Convert CMake-language commands to lower case
Ancient CMake versions required upper-case commands.  Later command names
became case-insensitive.  Now the preferred style is lower-case.
2019-10-31 11:36:37 -05:00

7 lines
174 B
CMake

file(GLOB Eigen_EulerAngles_SRCS "*.h")
install(FILES
${Eigen_EulerAngles_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/EulerAngles COMPONENT Devel
)