Salome HOME
updated copyright message
[modules/geom.git] / src / OperationGUI / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 5cf7660..821ac95
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2023  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
@@ -24,9 +24,8 @@ INCLUDE(UseQtExt)
 # additional include directories
 INCLUDE_DIRECTORIES(
   ${PTHREAD_INCLUDE_DIR}
-  ${VTK_INCLUDE_DIRS}
   ${OMNIORB_INCLUDE_DIR}
-  ${CAS_INCLUDE_DIRS}
+  ${OpenCASCADE_INCLUDE_DIR}
   ${KERNEL_INCLUDE_DIRS}
   ${GUI_INCLUDE_DIRS}
   ${PROJECT_BINARY_DIR}/idl
@@ -45,7 +44,7 @@ INCLUDE_DIRECTORIES(
 
 # additional preprocessor / compiler flags
 ADD_DEFINITIONS(
-  ${CAS_DEFINITIONS}
+  ${OpenCASCADE_DEFINITIONS}
   ${OMNIORB_DEFINITIONS}
   ${QT_DEFINITIONS}
   )
@@ -74,7 +73,6 @@ SET(OperationGUI_HEADERS
   OperationGUI_GetSharedShapesDlg.h
   OperationGUI_ExtractionDlg.h
   OperationGUI_ExtrudedFeatureDlg.h
-  OperationGUI_ClippingDlg.h
   OperationGUI_TransferDataDlg.h
   )
 
@@ -89,7 +87,6 @@ SET(_moc_HEADERS
   OperationGUI_GetSharedShapesDlg.h
   OperationGUI_ExtractionDlg.h
   OperationGUI_ExtrudedFeatureDlg.h
-  OperationGUI_ClippingDlg.h
   OperationGUI_TransferDataDlg.h
   )
 
@@ -112,7 +109,6 @@ SET(OperationGUI_SOURCES
   OperationGUI_ChamferDlg.cxx
   OperationGUI_ExtractionDlg.cxx
   OperationGUI_ExtrudedFeatureDlg.cxx
-  OperationGUI_ClippingDlg.cxx
   OperationGUI_TransferDataDlg.cxx
   ${_moc_SOURCES}
   ${_uic_files}