]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/CMakeLists.txt
Salome HOME
CEA : Lot2 - Geometry calculation
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index ce50f9d33bb76f37947513331613656a64bdf99a..1e14a62895a6e28f66b10f4155ebb52b4caf123d 100644 (file)
@@ -68,6 +68,7 @@ SET(PROJECT_HEADERS
     FeaturesPlugin_Defeaturing.h
     FeaturesPlugin_VersionedChFi.h
     FeaturesPlugin_PointCoordinates.h
+    FeaturesPlugin_GeometryCalculation.h
 )
 
 SET(PROJECT_SOURCES
@@ -116,6 +117,7 @@ SET(PROJECT_SOURCES
     FeaturesPlugin_Defeaturing.cpp
     FeaturesPlugin_VersionedChFi.cpp
     FeaturesPlugin_PointCoordinates.cpp
+    FeaturesPlugin_GeometryCalculation.cpp
 )
 
 SET(XML_RESOURCES
@@ -153,6 +155,7 @@ SET(XML_RESOURCES
   import_result_widget.xml
   defeaturing_widget.xml
   point_coordinates_widget.xml
+  geometry_calculation_widget.xml
 )
 
 SET(TEXT_RESOURCES
@@ -694,4 +697,5 @@ ADD_UNIT_TESTS(TestExtrusion.py
                Test20245_3.py
                Test20247.py
                TestPointCoordinates.py
+               TestGeometryCalculation.py
 )