X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverCGNS%2FCMakeLists.txt;h=17476be58c14a2ae6a09a1ae717223d8f2ae0a60;hb=HEAD;hp=4ff5c99773f78069e680dbd7eacc1c413122a74a;hpb=c98d9fcd7f02c1f1f5c24dd3e709ed75228d66c4;p=modules%2Fsmesh.git diff --git a/src/DriverCGNS/CMakeLists.txt b/src/DriverCGNS/CMakeLists.txt index 4ff5c9977..d1c716355 100644 --- a/src/DriverCGNS/CMakeLists.txt +++ b/src/DriverCGNS/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 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 @@ -21,9 +21,8 @@ # additional include directories INCLUDE_DIRECTORIES( ${KERNEL_INCLUDE_DIRS} - ${CAS_INCLUDE_DIRS} + ${OpenCASCADE_INCLUDE_DIR} ${CGNS_INCLUDE_DIRS} - ${VTK_INCLUDE_DIRS} ${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( - ${CAS_DEFINITIONS} + ${OpenCASCADE_DEFINITIONS} ${BOOST_DEFINITIONS} ) @@ -51,6 +50,7 @@ SET(_link_LIBRARIES SET(MeshDriverCGNS_HEADERS DriverCGNS_Read.hxx DriverCGNS_Write.hxx + DriverStructuredCGNS_Write.hxx SMESH_DriverCGNS.hxx ) @@ -60,6 +60,7 @@ SET(MeshDriverCGNS_HEADERS SET(MeshDriverCGNS_SOURCES DriverCGNS_Read.cxx DriverCGNS_Write.cxx + DriverStructuredCGNS_Write.cxx ) # --- rules ---