X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverCGNS%2FCMakeLists.txt;h=17476be58c14a2ae6a09a1ae717223d8f2ae0a60;hb=HEAD;hp=072df26a8b2fafe2eaffa5e02925bc2938510cf6;hpb=120207d740662965e1ca6dfe8325d1e7edad0e73;p=modules%2Fsmesh.git diff --git a/src/DriverCGNS/CMakeLists.txt b/src/DriverCGNS/CMakeLists.txt index 072df26a8..d1c716355 100644 --- a/src/DriverCGNS/CMakeLists.txt +++ b/src/DriverCGNS/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2023 CEA, EDF, 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 @@ -50,6 +50,7 @@ SET(_link_LIBRARIES SET(MeshDriverCGNS_HEADERS DriverCGNS_Read.hxx DriverCGNS_Write.hxx + DriverStructuredCGNS_Write.hxx SMESH_DriverCGNS.hxx ) @@ -59,6 +60,7 @@ SET(MeshDriverCGNS_HEADERS SET(MeshDriverCGNS_SOURCES DriverCGNS_Read.cxx DriverCGNS_Write.cxx + DriverStructuredCGNS_Write.cxx ) # --- rules ---