source: mmcs/Eigen/src/MetisSupport/CMakeLists.txt

Last change on this file was 68e57de, checked in by rboet <rudmanmrrod@…>, 9 years ago

solucionado una dependencia de recurso para la imagen de cargar matriz

  • Property mode set to 100755
File size: 166 bytes
Line 
1FILE(GLOB Eigen_MetisSupport_SRCS "*.h")
2
3INSTALL(FILES
4  ${Eigen_MetisSupport_SRCS}
5  DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/MetisSupport COMPONENT Devel
6  )
Note: See TracBrowser for help on using the repository browser.