Salome HOME
Fix for the problem: the second sketch is shown as invalid after the first edit is...
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index 4d52c6119e6e61c640b6db860caec407c006988c..1d031c8ce0cabdbb9f24d20fd516b71ad9610921 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
@@ -70,8 +70,10 @@ SET(PROJECT_HEADERS
     FeaturesPlugin_PointCoordinates.h
     FeaturesPlugin_GeometryCalculation.h
     FeaturesPlugin_BoundingBox.h
-    FeaturesPlugin_CommonBoundingBox.h
-    FeaturesPlugin_CreateBoundingBox.h
+    FeaturesPlugin_BoundingBoxBase.h
+    FeaturesPlugin_InspectBoundingBox.h
+    FeaturesPlugin_NormalToFace.h
+    FeaturesPlugin_InspectNormalToFace.h
 )
 
 SET(PROJECT_SOURCES
@@ -122,8 +124,10 @@ SET(PROJECT_SOURCES
     FeaturesPlugin_PointCoordinates.cpp
     FeaturesPlugin_GeometryCalculation.cpp
     FeaturesPlugin_BoundingBox.cpp
-    FeaturesPlugin_CommonBoundingBox.cpp
-    FeaturesPlugin_CreateBoundingBox.cpp
+    FeaturesPlugin_BoundingBoxBase.cpp
+    FeaturesPlugin_InspectBoundingBox.cpp
+    FeaturesPlugin_NormalToFace.cpp
+    FeaturesPlugin_InspectNormalToFace.cpp
 )
 
 SET(XML_RESOURCES
@@ -164,6 +168,8 @@ SET(XML_RESOURCES
   geometry_calculation_widget.xml
   bounding_box_widget.xml
   create_bounding_box_widget.xml
+  normal_to_face_widget.xml
+  create_normal_to_face_widget.xml
 )
 
 SET(TEXT_RESOURCES