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
Ben Boeckel
Xdmf
Commits
72b3c4f0
Commit
72b3c4f0
authored
Mar 07, 2011
by
David Partyka
Browse files
Add export install argument for _Xdmf.
parent
621c8b0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsrc/CMakeLists.txt
View file @
72b3c4f0
...
...
@@ -594,6 +594,7 @@ IF(NOT XDMF_INSTALL_NO_LIBRARIES)
ARCHIVE DESTINATION
${
XDMF_INSTALL_LIB_DIR_CM24
}
COMPONENT Development
)
IF
(
XDMF_WRAP_PYTHON
)
INSTALL
(
TARGETS _Xdmf
EXPORT
${
XDMF_INSTALL_EXPORT_NAME
}
RUNTIME DESTINATION
${
XDMF_WRAP_PYTHON_INSTALL_DIR
}
COMPONENT Runtime
LIBRARY DESTINATION
${
XDMF_WRAP_PYTHON_INSTALL_DIR
}
COMPONENT Runtime
)
ENDIF
(
XDMF_WRAP_PYTHON
)
...
...
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