Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
ced39ed1
Commit
ced39ed1
authored
Nov 29, 2010
by
Naumann, Andreas
Browse files
repared install-process
parent
5035284c
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/CMakeLists.txt
View file @
ced39ed1
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment