mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
(http://devernay.free.fr/hacks/cminpack.html) The first test is adapted from the example/ directory. Some stuff is hard coded for our initial tests.
7 lines
168 B
CMake
7 lines
168 B
CMake
FILE(GLOB Eigen_NonLinear_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_NonLinear_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NonLinear COMPONENT Devel
|
|
)
|