Salome HOME
Adding test for bos #41748 [CEA] Issue in interpolation edition
[modules/shaper.git] / src / GeomAlgoAPI / CMakeLists.txt
index dddcd89714241c64151de5879541b02d5cb7aab2..e01dbf2c76e786c589d4f4d8b565a34744cd3876 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2022  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2024  CEA, EDF
 #
 # 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
@@ -57,8 +58,10 @@ SET(PROJECT_HEADERS
     GeomAlgoAPI_ShapeTools.h
     GeomAlgoAPI_Partition.h
     GeomAlgoAPI_PaveFiller.h
+    GeomAlgoAPI_PointCloudOnFace.h
     GeomAlgoAPI_Intersection.h
     GeomAlgoAPI_Pipe.h
+    GeomAlgoAPI_Loft.h
     GeomAlgoAPI_WireBuilder.h
     GeomAlgoAPI_Sewing.h
     GeomAlgoAPI_ShapeBuilder.h
@@ -93,6 +96,12 @@ SET(PROJECT_HEADERS
     GeomAlgoAPI_BoundingBox.h
     GeomAlgoAPI_NormalToFace.h
     GeomAlgoAPI_Tube.h
+    GeomAlgoAPI_ShapeInfo.h
+         GeomAlgoAPI_CanonicalRecognition.h
+    GeomAlgoAPI_GlueFaces.h
+    GeomAlgoAPI_LimitTolerance.h
+    GeomAlgoAPI_Utils.h
+    GeomAlgoAPI_NonPlanarFace.h
 )
 
 SET(PROJECT_SOURCES
@@ -111,6 +120,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
@@ -129,8 +139,10 @@ SET(PROJECT_SOURCES
     GeomAlgoAPI_ShapeTools.cpp
     GeomAlgoAPI_Partition.cpp
     GeomAlgoAPI_PaveFiller.cpp
+    GeomAlgoAPI_PointCloudOnFace.cpp
     GeomAlgoAPI_Intersection.cpp
     GeomAlgoAPI_Pipe.cpp
+    GeomAlgoAPI_Loft.cpp
     GeomAlgoAPI_WireBuilder.cpp
     GeomAlgoAPI_Sewing.cpp
     GeomAlgoAPI_ShapeBuilder.cpp
@@ -165,6 +177,13 @@ SET(PROJECT_SOURCES
     GeomAlgoAPI_BoundingBox.cpp
     GeomAlgoAPI_NormalToFace.cpp
     GeomAlgoAPI_Tube.cpp
+    GeomAlgoAPI_ShapeInfo.cpp
+         GeomAlgoAPI_CanonicalRecognition.cpp
+    GeomAlgoAPI_GlueFaces.cpp
+       GeomAlgoAPI_CanonicalRecognition.cpp
+    GeomAlgoAPI_LimitTolerance.cpp
+    GeomAlgoAPI_Utils.cpp
+    GeomAlgoAPI_NonPlanarFace.cpp
 )
 
 SET(PROJECT_LIBRARIES