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
Christian Butz
VTK
Commits
d6758d53
Commit
d6758d53
authored
Apr 19, 2011
by
David Partyka
Browse files
Add install rules when vtkpython is installed with forwarding.
parent
430ae03d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Wrapping/Python/CMakeLists.txt
View file @
d6758d53
...
...
@@ -306,18 +306,24 @@ IF (VTK_USE_PARALLEL AND VTK_USE_MPI)
ENDIF
(
VTK_USE_PARALLEL AND VTK_USE_MPI
)
IF
(
NOT VTK_INSTALL_NO_RUNTIME AND NOT VTK_INSTALL_NO_VTKPYTHON
)
INSTALL
(
TARGETS vtkpython
${
PVTKPYTHON_EXECUTABLE
}
RUNTIME DESTINATION
${
VTK_INSTALL_BIN_DIR_CM24
}
COMPONENT RuntimeExecutables
# .exe, .dll
LIBRARY DESTINATION
${
VTK_INSTALL_LIB_DIR_CM24
}
COMPONENT RuntimeLibraries
# .so, mod.dll
ARCHIVE DESTINATION
${
VTK_INSTALL_LIB_DIR_CM24
}
COMPONENT Development
# .a, .lib
)
IF
(
VTK_BUILD_FORWARDING_EXECUTABLES
)
INSTALL
(
TARGETS vtkpython
${
VTK_EXE_SUFFIX
}
${
PVTKPYTHON_EXECUTABLE
}
INSTALL
(
TARGETS vtkpython
${
PVTKPYTHON_EXECUTABLE
}
RUNTIME DESTINATION
${
VTK_INSTALL_LIB_DIR_CM24
}
COMPONENT RuntimeExecutables
# .exe, .dll
LIBRARY DESTINATION
${
VTK_INSTALL_LIB_DIR_CM24
}
COMPONENT RuntimeLibraries
# .so, mod.dll
ARCHIVE DESTINATION
${
VTK_INSTALL_LIB_DIR_CM24
}
COMPONENT Development
# .a, .lib
)
INSTALL
(
TARGETS vtkpython
${
VTK_EXE_SUFFIX
}
${
PVTKPYTHON_EXECUTABLE
}
RUNTIME DESTINATION
${
VTK_INSTALL_BIN_DIR_CM24
}
COMPONENT RuntimeExecutables
# .exe, .dll
LIBRARY DESTINATION
${
VTK_INSTALL_LIB_DIR_CM24
}
COMPONENT RuntimeLibraries
# .so, mod.dll
ARCHIVE DESTINATION
${
VTK_INSTALL_LIB_DIR_CM24
}
COMPONENT Development
# .a, .lib
)
ELSE
(
VTK_BUILD_FORWARDING_EXECUTABLES
)
INSTALL
(
TARGETS vtkpython
${
PVTKPYTHON_EXECUTABLE
}
RUNTIME DESTINATION
${
VTK_INSTALL_BIN_DIR_CM24
}
COMPONENT RuntimeExecutables
# .exe, .dll
LIBRARY DESTINATION
${
VTK_INSTALL_LIB_DIR_CM24
}
COMPONENT RuntimeLibraries
# .so, mod.dll
ARCHIVE DESTINATION
${
VTK_INSTALL_LIB_DIR_CM24
}
COMPONENT Development
# .a, .lib
)
ENDIF
(
VTK_BUILD_FORWARDING_EXECUTABLES
)
ENDIF
(
NOT VTK_INSTALL_NO_RUNTIME AND NOT VTK_INSTALL_NO_VTKPYTHON
)
...
...
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