Salome HOME
updated copyright message
[modules/geom.git] / src / GEOM_I_Superv / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 6fe8abe..7254d48
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  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
@@ -30,13 +30,20 @@ INCLUDE_DIRECTORIES(
 
 # additional preprocessor / compiler flags
 ADD_DEFINITIONS(
-  ${CAS_DEFINITIONS}
+  ${OpenCASCADE_DEFINITIONS}
   ${OMNIORB_DEFINITIONS}
   )
 
 # libraries to link to
 SET(_link_LIBRARIES
   SalomeIDLGEOM
+  SalomeIDLGEOMSuperv
+  SalomeIDLAdvancedGEOM
+  SalomeIDLBREPPlugin
+  SalomeIDLIGESPlugin
+  SalomeIDLSTEPPlugin
+  SalomeIDLSTLPlugin
+  SalomeIDLXAOPlugin
   ${KERNEL_SALOMELocalTrace}
   ${KERNEL_SalomeDSClient}
   ${KERNEL_SalomeLifeCycleCORBA}
@@ -44,6 +51,10 @@ SET(_link_LIBRARIES
   ${KERNEL_SalomeNS}
   )
 
+IF(SALOME_GEOM_USE_VTK)
+  SET(_link_LIBRARIES ${_link_LIBRARIES}
+    SalomeIDLVTKPlugin)
+ENDIF(SALOME_GEOM_USE_VTK)
 # --- headers ---
 
 SET(GEOM_SupervEngine_HEADERS