Salome HOME
Copyright update 2022
[modules/gui.git] / src / PVViewer / CMakeLists.txt
index 623550d735a9179f8485dc4f3aa548cf81349d26..28c19763e7569514374ce07dfe0dc87afc7756b1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2014-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -25,13 +25,9 @@ INCLUDE(UseQtExt)
 # --- options ---
 
 INCLUDE_DIRECTORIES(
-  ${PROJECT_SOURCE_DIR}/src/SUIT
-  ${PROJECT_SOURCE_DIR}/src/STD
   ${PROJECT_SOURCE_DIR}/src/Qtx
-  ${PROJECT_SOURCE_DIR}/src/Event
-  ${PROJECT_SOURCE_DIR}/src/PyInterp
+  ${PROJECT_SOURCE_DIR}/src/SUIT
   ${PROJECT_SOURCE_DIR}/src/PVServerService
-  ${CMAKE_SOURCE_DIR}/src/LogWindow
   )
 
 ADD_DEFINITIONS(
@@ -42,14 +38,10 @@ ADD_DEFINITIONS(
 SET(_link_LIBRARIES 
   ${KERNEL_SALOMELocalTrace} 
   ${KERNEL_OpUtil}
-  PyInterp  
   suit 
-  Event 
   PVServerService
-  pqApplicationComponents
-  #vtkRenderingFreeTypeOpenGL
-  vtkRenderingFreeType
-  vtkInteractionStyle
+  ParaView::pqApplicationComponents
+  ParaView::pqPython
   )
 
 # --- headers ---
@@ -61,12 +53,13 @@ SET(_moc_HEADERS
   PVViewer_ViewWindow.h
   PVViewer_Behaviors.h
   PVViewer_GUIElements.h
+  PVViewer_InitSingleton.h
 )
 
 # header files / no moc processing
 SET(_other_HEADERS
   PVViewer.h
-  PVViewer_LogWindowAdapter.h
+  PVViewer_OutputWindow.h
   PVViewer_Core.h
 )
 # header files / to install
@@ -92,10 +85,11 @@ SET(_other_SOURCES
   PVViewer_ViewManager.cxx
   PVViewer_ViewModel.cxx
   PVViewer_ViewWindow.cxx
-  PVViewer_LogWindowAdapter.cxx
+  PVViewer_OutputWindow.cxx
   PVViewer_Behaviors.cxx
   PVViewer_GUIElements.cxx
   PVViewer_Core.cxx
+  PVViewer_InitSingleton.cxx
   )
   
 # sources / to compile