]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH/CMakeLists.txt
Salome HOME
Adding comments
[modules/smesh.git] / src / SMESH / CMakeLists.txt
index 2dfa654663269d4758c5a3ca1121492feb07644c..88d42d87573ac1155c820392a0ca6b14c0da542c 100644 (file)
@@ -90,8 +90,9 @@ SET(SMESHimpl_HEADERS
   SMESH_SMESH.hxx
   MG_ADAPT.hxx
   SMESH_Homard.hxx
-  DriverMesh.hxx
-  DriverStep.hxx
+  SMESH_DriverMesh.hxx
+  SMESH_DriverShape.hxx
+  SMESH_MeshLocker.hxx
 )
 
 # --- sources ---
@@ -112,8 +113,9 @@ SET(SMESHimpl_SOURCES
   SMESH_MesherHelper.cxx
   MG_ADAPT.cxx
   SMESH_Homard.cxx
-  DriverMesh.cxx
-  DriverStep.cxx
+  SMESH_DriverMesh.cxx
+  SMESH_DriverShape.cxx
+  SMESH_MeshLocker.cxx
 )
 
 # --- rules ---