Skip to content
Snippets Groups Projects
Commit ced39ed1 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

repared install-process

parent 5035284c
No related branches found
No related tags found
No related merge requests found
......@@ -283,6 +283,12 @@ INSTALL(FILES ${HEADERS}
FILE(GLOB HEADERS "${AMDiS_SOURCE_DIR}/itl/*.hpp")
INSTALL(FILES ${HEADERS}
DESTINATION include/amdis/itl)
FILE(GLOB HEADERS "${AMDiS_SOURCE_DIR}/io/*.h")
INSTALL(FILES ${HEADERS}
DESTINATION include/amdis/io)
FILE(GLOB HEADERS "${AMDiS_SOURCE_DIR}/io/*.hh")
INSTALL(FILES ${HEADERS}
DESTINATION include/amdis/io)
configure_file(${AMDiS_BINARY_DIR}/AMDiSConfig.cmake.in
${AMDiS_BINARY_DIR}/AMDiSConfig.cmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment