Hi,
plugins are enabled or disabled at the MITK-build level, not the superbuild level*. So, after you finished your superbuild, in CMake, set the binary directory to the MITK-build subdirectory while leaving the source directory as-is. Then you can configure MITK itself, for example switch on MITK_BUILD_org.mitk.gui.qt.measurementtoolbox. Best, Stefan * That's only half the truth. There's also "build configurations" that can configure MITK for you. They are set at superbuild level with MITK_BUILD_CONFIGURATION and passed down to the MITK build. If your project is based on the MITK-ProjectTemplate, you can add your own build configuration CMake files in your "CMake/BuildConfigurations" directory. The MITK repo contains some build configurations at the same location and you can look at them to get an idea how they work. ________________________________ Von: Emmanuel Cosnard <emmanuel.cosn...@outlook.fr> Gesendet: Donnerstag, 29. Oktober 2020 11:37 An: 'mitk-users@lists.sourceforge.net' Betreff: [mitk-users] Include measurement toolbox plugin Hello, I would like to include the measurement toolbox plugin in my mitk project. I didn't find any documentation on how to do that. Should I modify something when I do the superbuild? Thank you for your help, Emmanuel
_______________________________________________ mitk-users mailing list mitk-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mitk-users