Salome HOME
Created MeshLocker to replace Lock/Unlock + replacing std::cerr by exceptions + repla...
[modules/smesh.git] / src / SMESH / CMakeLists.txt
index 1cd4f0c1698992bcb2fa7f036261b0656dc05d41..88d42d87573ac1155c820392a0ca6b14c0da542c 100644 (file)
@@ -90,9 +90,9 @@ SET(SMESHimpl_HEADERS
   SMESH_SMESH.hxx
   MG_ADAPT.hxx
   SMESH_Homard.hxx
-  ctpl.h
-  DriverMesh.hxx
-  DriverStep.hxx
+  SMESH_DriverMesh.hxx
+  SMESH_DriverShape.hxx
+  SMESH_MeshLocker.hxx
 )
 
 # --- sources ---
@@ -113,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 ---