Skip to content
GitLab
Menu
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
fbf90325
Commit
fbf90325
authored
Dec 30, 2008
by
Jerry Clarke
Browse files
fixing for non-paraview installation
necessary for NetDMF
parent
add8994e
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsrc/CMakeLists.txt
View file @
fbf90325
...
...
@@ -54,6 +54,7 @@ SET( XdmfMpiSource
XdmfDsmCommMpi
)
SET
(
XdmfMySQLSource
XdmfValuesMySQL
)
...
...
@@ -113,6 +114,10 @@ IF(XDMF_REGENERATE_WRAPPERS)
${
Xdmf_BINARY_DIR
}
/libsrc/XdmfPython.cxx
)
ENDIF
(
SWIG_EXECUTABLE
)
INSTALL
(
FILES
${
Xdmf_BINARY_DIR
}
/libsrc/Xdmf.py
DESTINATION
${
XDMF_INSTALL_LIB_DIR_CM24
}
/python/site-packages/Xdmf
COMPONENT Runtime
)
ENDIF
(
XDMF_REGENERATE_WRAPPERS
)
...
...
@@ -354,6 +359,16 @@ IF(XDMF_WRAP_PYTHON)
ENDIF
(
WIN32
)
SET_TARGET_PROPERTIES
(
_Xdmf PROPERTIES PREFIX
""
)
ADD_DEPENDENCIES
(
_Xdmf Xdmf
)
INSTALL
(
FILES
${
Xdmf_SOURCE_DIR
}
/libsrc/__init__.py
DESTINATION
${
XDMF_INSTALL_LIB_DIR_CM24
}
/python/site-packages/Xdmf
COMPONENT Runtime
)
IF
(
NOT XDMF_REGENERATE_WRAPPERS
)
INSTALL
(
FILES
${
Xdmf_SOURCE_DIR
}
/libsrc/Xdmf.py
DESTINATION
${
XDMF_INSTALL_LIB_DIR_CM24
}
/python/site-packages/Xdmf
COMPONENT Runtime
)
ENDIF
(
NOT XDMF_REGENERATE_WRAPPERS
)
ENDIF
(
XDMF_WRAP_PYTHON
)
IF
(
XDMF_BUILD_TESTING
)
...
...
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