Salome HOME
#54775: No error when load file with parameters
[modules/shaper.git] / src / GeomAlgoAPI / CMakeLists.txt
index 19ace76ed583fa94ea0ad1f2edf14ed861b63a24..86ee8fe7ca671ceaa56f8d6231e5615e2efee1ee 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -39,6 +39,7 @@ SET(PROJECT_HEADERS
     GeomAlgoAPI_MakeShape.h
     GeomAlgoAPI_MakeShapeCustom.h
     GeomAlgoAPI_MakeShapeList.h
+    GeomAlgoAPI_MakeShapeSet.h
     GeomAlgoAPI_MakeSweep.h
     GeomAlgoAPI_MakeVolume.h
     GeomAlgoAPI_DFLoader.h
@@ -92,6 +93,8 @@ SET(PROJECT_HEADERS
     GeomAlgoAPI_Defeaturing.h
     GeomAlgoAPI_BoundingBox.h
     GeomAlgoAPI_NormalToFace.h
+    GeomAlgoAPI_Tube.h
+    GeomAlgoAPI_ShapeInfo.h
 )
 
 SET(PROJECT_SOURCES
@@ -110,6 +113,7 @@ SET(PROJECT_SOURCES
     GeomAlgoAPI_MakeShape.cpp
     GeomAlgoAPI_MakeShapeCustom.cpp
     GeomAlgoAPI_MakeShapeList.cpp
+    GeomAlgoAPI_MakeShapeSet.cpp
     GeomAlgoAPI_MakeSweep.cpp
     GeomAlgoAPI_MakeVolume.cpp
     GeomAlgoAPI_DFLoader.cpp
@@ -163,6 +167,8 @@ SET(PROJECT_SOURCES
     GeomAlgoAPI_Defeaturing.cpp
     GeomAlgoAPI_BoundingBox.cpp
     GeomAlgoAPI_NormalToFace.cpp
+    GeomAlgoAPI_Tube.cpp
+    GeomAlgoAPI_ShapeInfo.cpp
 )
 
 SET(PROJECT_LIBRARIES