Files
eigen/unsupported/Eigen/src/NonLinear/CMakeLists.txt
Thomas Capricelli d646d99366 Start of module "NonLinear". We start out of cminpack-1.0.2
(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.
2009-08-08 22:18:48 +02:00

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
)