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
4cbd0917
Commit
4cbd0917
authored
Dec 18, 2015
by
Max Lyon
Browse files
Merge branch 'BeforeRenaming' into unify_with_ReForm
parents
19b68ce3
4913512c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4cbd0917
...
...
@@ -503,4 +503,22 @@ 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
"*T.cc"
PATTERN
"CVS"
EXCLUDE
PATTERN
".svn"
EXCLUDE
PATTERN
".git"
EXCLUDE
PATTERN
"Examples"
EXCLUDE
PATTERN
"CI"
EXCLUDE
PATTERN
"tmp"
EXCLUDE
PATTERN
"Templates"
EXCLUDE
PATTERN
"Debian*"
EXCLUDE
)
# Install Config File
install
(
FILES
${
CMAKE_BINARY_DIR
}
/CoMISo/Config/config.hh
DESTINATION include/CoMISo/Config
)
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