Salome HOME
[bos #40653][CEA] New mesh import export formats with meshio.
[modules/smesh.git] / src / SMESH_I / CMakeLists.txt
index e90b62654a2ac0f40f826af6874078f4557d031a..27189b4fd5a8be0cca0b1db47dace937ae82bdf8 100644 (file)
@@ -117,6 +117,7 @@ SET(SMESHEngine_HEADERS
   SMESH_Homard_i.hxx
   SMESH_SequentialMesh_i.hxx
   SMESH_ParallelMesh_i.hxx
+  SMESH_Meshio.h
 )
 
 # --- sources ---
@@ -147,6 +148,7 @@ SET(SMESHEngine_SOURCES
   MG_ADAPT_i.cxx
   SMESH_Homard_i.cxx
   SMESH_ParallelMesh_i.cxx
+  SMESH_Meshio.cxx
 )
 
 # --- rules ---