blob: 61423c73fbe15a66d5403fa70bd24cac886768ab [file]
# SPDX-FileCopyrightText: The Eigen Authors
# SPDX-License-Identifier: MPL-2.0
file(GLOB Eigen_EulerAngles_SRCS "*.h")
if(EIGEN_INSTALL)
install(FILES
${Eigen_EulerAngles_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/EulerAngles COMPONENT Devel
)
endif()