Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
MinimalApplication.cmake
Go to the documentation of this file.
1 set(REQUIRED_PLUGINS
2  org.mitk.example.gui.minimalapplication
3 )
4 
5 set(DESCRIPTION
6 "This BlueBerry example plugin demonstrates a minimal implementation of an application consisting only of an empty perspective.
7 
8 <p>
9 The following features are demonstrated:
10 
11 <ul>
12 <li> creating a new application </li>
13 <li> creating a perspective </li>
14 </ul>
15 
16 See the main <a href=\"https://docs.mitk.org/nightly/BlueBerryExampleMinimalApplication.html\">documentation</a> for details."
17 )