Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
WorkbenchRelease.cmake
Go to the documentation of this file.
1 include(${CMAKE_CURRENT_LIST_DIR}/Default.cmake)
2 
3 set(MITK_CONFIG_PACKAGES ${MITK_CONFIG_PACKAGES}
4  MatchPoint
5 )
6 
7 set(MITK_CONFIG_PLUGINS ${MITK_CONFIG_PLUGINS}
8  org.mitk.gui.qt.multilabelsegmentation
9  org.mitk.matchpoint.core.helper
10  org.mitk.gui.qt.matchpoint.algorithm.browser
11  org.mitk.gui.qt.matchpoint.algorithm.control
12  org.mitk.gui.qt.matchpoint.mapper
13  org.mitk.gui.qt.matchpoint.framereg
14  org.mitk.gui.qt.matchpoint.visualizer
15  org.mitk.gui.qt.matchpoint.evaluator
16  org.mitk.gui.qt.matchpoint.manipulator
17 )
18 
19 set(MITK_VTK_DEBUG_LEAKS OFF CACHE BOOL "Enable VTK Debug Leaks" FORCE)
20 
21 # Ensure that the in-application help can be build
22 set(BLUEBERRY_QT_HELP_REQUIRED ON CACHE BOOL "Required Qt help documentation in plug-ins" FORCE)