mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-15 02:43:14 +08:00
fix install of IterativeSolvers module
This commit is contained in:
parent
23f543ee5e
commit
8f83b37b2a
@ -1 +1 @@
|
||||
# ADD_SUBDIRECTORY(Foo)
|
||||
ADD_SUBDIRECTORY(IterativeSolvers)
|
||||
|
6
unsupported/Eigen/src/IterativeSolvers/CMakeLists.txt
Normal file
6
unsupported/Eigen/src/IterativeSolvers/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
FILE(GLOB Eigen_IterativeSolvers_SRCS "*.h")
|
||||
|
||||
INSTALL(FILES
|
||||
${Eigen_IterativeSolvers_SRCS}
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/IterativeSolvers
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user