diff --git a/CMake/BuildConfigurations/WorkbenchRelease.cmake b/CMake/BuildConfigurations/WorkbenchRelease.cmake index f5683e82e2..c6cba12dc1 100644 --- a/CMake/BuildConfigurations/WorkbenchRelease.cmake +++ b/CMake/BuildConfigurations/WorkbenchRelease.cmake @@ -1,6 +1,22 @@ include(${CMAKE_CURRENT_LIST_DIR}/Default.cmake) +set(MITK_CONFIG_PACKAGES ${MITK_CONFIG_PACKAGES} + MatchPoint +) + +set(MITK_CONFIG_PLUGINS ${MITK_CONFIG_PLUGINS} + org.mitk.gui.qt.multilabelsegmentation + org.mitk.matchpoint.core.helper + org.mitk.gui.qt.matchpoint.algorithm.browser + org.mitk.gui.qt.matchpoint.algorithm.control + org.mitk.gui.qt.matchpoint.mapper + org.mitk.gui.qt.matchpoint.framereg + org.mitk.gui.qt.matchpoint.visualizer + org.mitk.gui.qt.matchpoint.evaluator + org.mitk.gui.qt.matchpoint.manipulator +) + set(MITK_VTK_DEBUG_LEAKS OFF CACHE BOOL "Enable VTK Debug Leaks" FORCE) # Ensure that the in-application help can be build set(BLUEBERRY_QT_HELP_REQUIRED ON CACHE BOOL "Required Qt help documentation in plug-ins" FORCE)