Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
camiPhotoacousticsSetup.cmake
Go to the documentation of this file.
1 message(STATUS "Configuring MITK Photoacoustics Setup Build")
2 
3 # Enable open cv and open igt link, which is a necessary configuration
4 set(MITK_USE_OpenCV ON CACHE BOOL "MITK Use OpenCV Library" FORCE)
5 set(MITK_USE_OpenIGTLink ON CACHE BOOL "MITK Use OpenIGTLink Library" FORCE)
6 set(MITK_USE_US_DiPhAS_SDK ON CACHE BOOL "Use DiPhAS SDK" FORCE)
7 set(MITK_US_DiPhAS_SDK_PATH "C:/Users/dkfz/Source/Repos/UltrasoundResearchPlatform_SDK/UltrasoundResearchPlatformSDK_Cpp/x64" CACHE PATH "DiPhAS SDK Path")
8 
9 set(MITK_USE_OPHIR_PYRO_HARDWARE ON CACHE BOOL "Use the Ophir sensor build-in in OPOTEK Phocus Mobile" FORCE)
10 set(MITK_OPHIR_API_PATH "C:/OphirCppWrapper" CACHE PATH "Ophir API Path")
11 
12 set(MITK_USE_GALIL_HARDWARE ON CACHE BOOL "Use hardware build-in in OPOTEK Phocus Mobile" FORCE)
13 set(MITK_GALIL_API_PATH "C:/Program Files (x86)/Galil/gclib" CACHE PATH "Galil API Path")
14 
15 # Enable default plugins and the navigation modules
16 set(MITK_CONFIG_PLUGINS
17  org.mitk.gui.qt.datamanager
18  org.mitk.gui.qt.stdmultiwidgeteditor
19  org.mitk.gui.qt.imagenavigator
20  org.mitk.gui.qt.properties
21  org.mitk.gui.qt.viewnavigator
22  org.mitk.gui.qt.ultrasound
23  org.mitk.gui.qt.lasercontrol
24 )
25