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
225078b8
Commit
225078b8
authored
Apr 19, 2011
by
David Partyka
Browse files
Merge branch 'forwarding-executable-macro' into release
parents
c38c536f
63157d1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Wrapping/Python/CMakeLists.txt
View file @
225078b8
...
...
@@ -311,6 +311,14 @@ IF(NOT VTK_INSTALL_NO_RUNTIME AND NOT VTK_INSTALL_NO_VTKPYTHON)
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
}
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
)
ENDIF
(
VTK_BUILD_FORWARDING_EXECUTABLES
)
ENDIF
(
NOT VTK_INSTALL_NO_RUNTIME AND NOT VTK_INSTALL_NO_VTKPYTHON
)
# Handle out-of-source builds correctly.
...
...
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