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
CoMISo
CoMISo
Commits
0cddd854
Commit
0cddd854
authored
Dec 17, 2015
by
Jan Möbius
Browse files
Add Headers as install target
parent
eeb0ec0f
Pipeline
#458
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0cddd854
...
...
@@ -496,4 +496,15 @@ if( EXISTS "${CMAKE_SOURCE_DIR}/Examples/small_finite_element/CMakeLists.txt" )
add_subdirectory
(
Examples/small_finite_element
)
endif
()
# Install Header Files
install
(
DIRECTORY .
DESTINATION include/CoMISo
FILES_MATCHING
PATTERN
"*.hh"
PATTERN
"CVS"
EXCLUDE
PATTERN
".svn"
EXCLUDE
PATTERN
"tmp"
EXCLUDE
PATTERN
"Templates"
EXCLUDE
PATTERN
"Debian*"
EXCLUDE
)
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