diff options
Diffstat (limited to 'eigen/unsupported/Eigen/src/SparseExtra/CMakeLists.txt')
-rw-r--r-- | eigen/unsupported/Eigen/src/SparseExtra/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eigen/unsupported/Eigen/src/SparseExtra/CMakeLists.txt b/eigen/unsupported/Eigen/src/SparseExtra/CMakeLists.txt new file mode 100644 index 0000000..7ea32ca --- /dev/null +++ b/eigen/unsupported/Eigen/src/SparseExtra/CMakeLists.txt @@ -0,0 +1,6 @@ +FILE(GLOB Eigen_SparseExtra_SRCS "*.h") + +INSTALL(FILES + ${Eigen_SparseExtra_SRCS} + DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SparseExtra COMPONENT Devel + ) |