Salome HOME
Fix compilation on Windows
[modules/smesh.git] / src / SMESHUtils / CMakeLists.txt
index ae011b71ade048abc82f45bce647c72eb09f6b97..9692a8be56f664471ae64162b2f8b7de70d33b89 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2019  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -82,6 +82,8 @@ SET(SMESHUtils_SOURCES
   SMESH_FillHole.cxx
   SMESH_Triangulate.cxx
   SMESH_Offset.cxx
+  SMESH_Slot.cxx
+  SMESH_PolyLine.cxx
   )
 
 # --- rules ---