Salome HOME
bos #28928: Merge branch 'rnv/28928'
[modules/med.git] / src / MEDCalc / gui / CMakeLists.txt
index 4cc15cceca4aa5772ff58f21173c485876686630..d597b9c42bae5f81a4a7bd9e4c5ed092ffe282ce 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2021  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -46,13 +46,18 @@ SET(MEDCALCGUI_SOURCES
     MEDWidgetHelperComponent.cxx
     MEDWidgetHelperContour.cxx
     MEDWidgetHelperSlices.cxx
+    MEDWidgetHelperPlot3D.cxx
+    MEDWidgetHelperStreamLines.cxx
+    MEDWidgetHelperCutSegment.cxx
+    MEDWidgetHelperVectorField.cxx
+    MEDCALCGUI_Displayer.cxx
 )
 
 IF(SALOME_FIELDS_WITH_QTTESTING)
   LIST(APPEND MEDCALCGUI_SOURCES TestController.cxx)
 ENDIF()
 
-SET(MEDCALCGUI_HEADERS
+SET(MEDCALCGUI_MOC_HEADERS
   MEDModule.hxx
   MEDEventListener_i.hxx
   WorkspaceController.hxx
@@ -66,15 +71,22 @@ SET(MEDCALCGUI_HEADERS
   MEDWidgetHelperContour.hxx
   MEDWidgetHelperSlices.hxx
   MEDWidgetHelperPointSprite.hxx
+  MEDWidgetHelperPlot3D.hxx
+  MEDWidgetHelperStreamLines.hxx
+  MEDWidgetHelperCutSegment.hxx
   MEDWidgetHelperVectorField.hxx
   MEDWidgetHelperDeflectionShape.hxx
   )
+
+SET(MEDCALCGUI_HEADERS
+  MEDCALCGUI_Displayer.hxx
+  )
  
 IF(SALOME_FIELDS_WITH_QTTESTING)
-  LIST(APPEND MEDCALCGUI_HEADERS TestController.hxx)
+  LIST(APPEND MEDCALCGUI_MOC_HEADERS TestController.hxx)
 ENDIF()
 
-QT_WRAP_MOC(MEDCALCGUI_HEADERS_MOC ${MEDCALCGUI_HEADERS})
+QT_WRAP_MOC(MEDCALCGUI_HEADERS_MOC ${MEDCALCGUI_MOC_HEADERS})
 
 INCLUDE_DIRECTORIES(
   ${OMNIORB_INCLUDE_DIR} ${OMNIORB_INCLUDE_DIRS}
@@ -109,6 +121,7 @@ SET(link_libraries
   SalomeIDLMED
   MEDCALCGUI_dialogs
   MEDFactoryEngine
+  FIELDSEngine
   ${GUI_qtx}
   ${GUI_suit}
   ${GUI_SalomeObject}