]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/DriverCGNS/CMakeLists.txt
Salome HOME
Merge branch 'V9_13_BR'
[modules/smesh.git] / src / DriverCGNS / CMakeLists.txt
index 22406eae725e0ff85cb866f9a421ad594ef7969d..d1c7163557ef052a278cd8045d638fd1a196260e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2024  CEA, EDF, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -21,9 +21,8 @@
 # additional include directories
 INCLUDE_DIRECTORIES(
   ${KERNEL_INCLUDE_DIRS}
 # additional include directories
 INCLUDE_DIRECTORIES(
   ${KERNEL_INCLUDE_DIRS}
-  ${CAS_INCLUDE_DIRS}
+  ${OpenCASCADE_INCLUDE_DIR}
   ${CGNS_INCLUDE_DIRS}
   ${CGNS_INCLUDE_DIRS}
-  ${VTK_INCLUDE_DIRS}
   ${Boost_INCLUDE_DIRS}
   ${PROJECT_SOURCE_DIR}/src/Driver
   ${PROJECT_SOURCE_DIR}/src/SMDS
   ${Boost_INCLUDE_DIRS}
   ${PROJECT_SOURCE_DIR}/src/Driver
   ${PROJECT_SOURCE_DIR}/src/SMDS
@@ -33,7 +32,7 @@ INCLUDE_DIRECTORIES(
 
 # additional preprocessor / compiler flags
 ADD_DEFINITIONS(
 
 # additional preprocessor / compiler flags
 ADD_DEFINITIONS(
-  ${CAS_DEFINITIONS}
+  ${OpenCASCADE_DEFINITIONS}
   ${BOOST_DEFINITIONS}
 )
 
   ${BOOST_DEFINITIONS}
 )
 
@@ -51,6 +50,7 @@ SET(_link_LIBRARIES
 SET(MeshDriverCGNS_HEADERS
   DriverCGNS_Read.hxx
   DriverCGNS_Write.hxx
 SET(MeshDriverCGNS_HEADERS
   DriverCGNS_Read.hxx
   DriverCGNS_Write.hxx
+  DriverStructuredCGNS_Write.hxx
   SMESH_DriverCGNS.hxx
 )
 
   SMESH_DriverCGNS.hxx
 )
 
@@ -60,6 +60,7 @@ SET(MeshDriverCGNS_HEADERS
 SET(MeshDriverCGNS_SOURCES
   DriverCGNS_Read.cxx
   DriverCGNS_Write.cxx
 SET(MeshDriverCGNS_SOURCES
   DriverCGNS_Read.cxx
   DriverCGNS_Write.cxx
+  DriverStructuredCGNS_Write.cxx
 )
 
 # --- rules ---
 )
 
 # --- rules ---