Salome HOME
[bos #40649][CEA] Export Structured mesh in CGNS format for 2DQuadrangle and 3DHexahe...
[modules/smesh.git] / src / SMESHUtils / CMakeLists.txt
index d337f121f68b034cf2a9b6c34f048c7e3ff14d24..872661bccdb8c1d63127a9ebe2c95fa7f01480bd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2020  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
@@ -61,6 +61,10 @@ SET(SMESHUtils_HEADERS
   SMESH_ControlPnt.hxx
   SMESH_Delaunay.hxx
   SMESH_Indexer.hxx
   SMESH_ControlPnt.hxx
   SMESH_Delaunay.hxx
   SMESH_Indexer.hxx
+  SMESH_BoostTxtArchive.hxx
+  SMESH_MGLicenseKeyGen.hxx
+  SMESH_RegularGrid.hxx
+  SMESH_RegularGridTemplate.hxx
   )
 
 # --- sources ---
   )
 
 # --- sources ---
@@ -84,6 +88,9 @@ SET(SMESHUtils_SOURCES
   SMESH_Offset.cxx
   SMESH_Slot.cxx
   SMESH_PolyLine.cxx
   SMESH_Offset.cxx
   SMESH_Slot.cxx
   SMESH_PolyLine.cxx
+  SMESH_BoostTxtArchive.cxx
+  SMESH_MGLicenseKeyGen.cxx
+  SMESH_RegularGrid.cxx
   )
 
 # --- rules ---
   )
 
 # --- rules ---