Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ParaView-Superbuild
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
52
Issues
52
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ParaView
ParaView-Superbuild
Commits
b101f740
Commit
b101f740
authored
Oct 07, 2016
by
Ben Boeckel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
paraviewweb: install pvw-visualizer
parent
89ae8076
Pipeline
#31052
passed with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
projects/apple/paraview.bundle.cmake
projects/apple/paraview.bundle.cmake
+4
-0
projects/unix/paraview.bundle.cmake
projects/unix/paraview.bundle.cmake
+4
-0
projects/win32/paraview.bundle.cmake
projects/win32/paraview.bundle.cmake
+4
-0
No files found.
projects/apple/paraview.bundle.cmake
View file @
b101f740
...
...
@@ -126,6 +126,10 @@ set(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_LIST_DIR}/files/CMakeDMGBackgrou
set
(
CPACK_DMG_DS_STORE_SETUP_SCRIPT
"
${
CMAKE_CURRENT_BINARY_DIR
}
/CMakeDMGSetup.scpt"
)
if
(
paraviewweb_enabled
)
install
(
PROGRAMS
"
${
superbuild_install_location
}
/bin/pvw-visualizer.py"
DESTINATION
"
${
paraview_appname
}
/Contents/bin"
COMPONENT
"
${
paraview_component
}
"
)
install
(
FILES
"
${
superbuild_install_location
}
/Applications/paraview.app/Contents/Python/paraview/web/defaultProxies.json"
DESTINATION
"
${
paraview_appname
}
/Contents/Python/paraview/web"
...
...
projects/unix/paraview.bundle.cmake
View file @
b101f740
...
...
@@ -39,6 +39,10 @@ if (paraview_has_gui)
endif
()
if
(
paraviewweb_enabled
)
install
(
PROGRAMS
"
${
superbuild_install_location
}
/bin/pvw-visualizer.py"
DESTINATION
"bin"
COMPONENT
"
${
paraview_component
}
"
)
install
(
FILES
"
${
superbuild_install_location
}
/lib/paraview-
${
paraview_version
}
/site-packages/paraview/web/defaultProxies.json"
DESTINATION
"lib/python2.7/site-packages/paraview/web"
...
...
projects/win32/paraview.bundle.cmake
View file @
b101f740
...
...
@@ -94,6 +94,10 @@ if (paraviewweb_enabled)
DESTINATION
"bin/Lib/site-packages"
COMPONENT
"superbuild"
)
install
(
PROGRAMS
"
${
superbuild_install_location
}
/bin/pvw-visualizer.py"
DESTINATION
"bin"
COMPONENT
"
${
paraview_component
}
"
)
install
(
FILES
"
${
superbuild_install_location
}
/lib/paraview-
${
paraview_version
}
/site-packages/paraview/web/defaultProxies.json"
DESTINATION
"bin/Lib/site-packages/paraview/web"
...
...
Ben Boeckel
@ben.boeckel
Mentioned in commit
1d1a7a19
·
Oct 19, 2016
Mentioned in commit
1d1a7a19
Mentioned in commit 1d1a7a19f3060fb49fb42e99111f969d3315a817
Toggle commit list
Write
Preview
Markdown
is supported
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