Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
CMB-SuperBuild
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
c6ac1863
Commit
c6ac1863
authored
Jan 18, 2019
by
John Tourtellott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add project manager plugin
parent
0334ea53
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
0 deletions
+29
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
projects/cmb.bundle.common.cmake
projects/cmb.bundle.common.cmake
+1
-0
projects/smtkprojectmanager.cmake
projects/smtkprojectmanager.cmake
+23
-0
versions.cmake
versions.cmake
+4
-0
No files found.
CMakeLists.txt
View file @
c6ac1863
...
@@ -125,6 +125,7 @@ function (superbuild_find_projects var)
...
@@ -125,6 +125,7 @@ function (superbuild_find_projects var)
if
(
NOT DEVELOPER_MODE_smtk
)
if
(
NOT DEVELOPER_MODE_smtk
)
list
(
APPEND projects
list
(
APPEND projects
smtkprojectmanager
smtkresourcemanagerstate
)
smtkresourcemanagerstate
)
endif
()
endif
()
# For now it's a convenient option to control smtk documentation
# For now it's a convenient option to control smtk documentation
...
...
projects/cmb.bundle.common.cmake
View file @
c6ac1863
...
@@ -107,6 +107,7 @@ set(cmb_plugins_cmb
...
@@ -107,6 +107,7 @@ set(cmb_plugins_cmb
)
)
set
(
cmb_plugins_standalone
set
(
cmb_plugins_standalone
smtkProjectManagerPlugin
smtkReadWriteResourceManagerStatePlugin
smtkReadWriteResourceManagerStatePlugin
)
)
...
...
projects/smtkprojectmanager.cmake
0 → 100644
View file @
c6ac1863
set
(
extra_cmake_args
)
if
(
UNIX AND NOT APPLE
)
list
(
APPEND extra_cmake_args
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=FALSE
)
endif
()
set
(
response_file
)
if
(
WIN32
)
# Force response file usage. The command line gets way too long on Windows
# without this. Once VTK_USE_FILE and PARAVIEW_USE_FILE are gone, this can be
# removed again.
set
(
response_file -DCMAKE_NINJA_FORCE_RESPONSE_FILE:BOOL=ON
)
endif
()
superbuild_add_project
(
smtkprojectmanager
DEBUGGABLE
DEFAULT_ON
DEPENDS boost cxx11 paraview qt qt5 smtk
CMAKE_ARGS
${
extra_cmake_args
}
-DBUILD_SHARED_LIBS:BOOL=
${
BUILD_SHARED_LIBS
}
-DCMAKE_INSTALL_NAME_DIR:PATH=<INSTALL_DIR>/lib
${
response_file
}
)
versions.cmake
View file @
c6ac1863
...
@@ -151,3 +151,7 @@ superbuild_set_revision(nlohmannjson
...
@@ -151,3 +151,7 @@ superbuild_set_revision(nlohmannjson
superbuild_set_revision
(
smtkresourcemanagerstate
superbuild_set_revision
(
smtkresourcemanagerstate
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/plugins/read-and-write-resource-manager-state.git"
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/plugins/read-and-write-resource-manager-state.git"
GIT_TAG ff5aa02621c0c011d72e4bdc8c4f85c250a88f0f
)
GIT_TAG ff5aa02621c0c011d72e4bdc8c4f85c250a88f0f
)
superbuild_set_revision
(
smtkprojectmanager
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/plugins/project-manager.git"
GIT_TAG master
)
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