Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xdmf
Xdmf
Commits
810800fe
Commit
810800fe
authored
Dec 13, 2010
by
Brian Panneton
Browse files
FIX: Added extra headerfiles to install
parent
198c3f5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
810800fe
...
...
@@ -177,7 +177,7 @@ if(NOT XDMF_BUILD_CORE_ONLY)
add_subdirectory
(
utils
)
endif
(
XDMF_BUILD_UTILS
)
file
(
GLOB XdmfHeaders
"*.hpp"
"*.tpp"
"*.i"
)
file
(
GLOB XdmfHeaders
"*.hpp"
"*.tpp"
"*.i"
"CMake/VersionSuite/*.hpp"
)
install
(
FILES
${
XdmfHeaders
}
DESTINATION include
)
install
(
TARGETS Xdmf LIBRARY DESTINATION lib
)
endif
(
NOT XDMF_BUILD_CORE_ONLY
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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