Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index 11cfdcedc106841b05ff604f13b72495b2f99f2a..3c5423b1f0833b4a3090ac3a94aa4371a68f8b05 100644 (file)
@@ -54,6 +54,7 @@ SET(PROJECT_LIBRARIES
     ModelAPI
     GeomAPI
     GeomAlgoAPI
+    GeomDataAPI
 )
 
 SOURCE_GROUP ("Resource Files" FILES ${TEXT_RESOURCES})
@@ -72,13 +73,21 @@ INCLUDE_DIRECTORIES(
   ../GeomAPI
   ../GeomAlgoAPI
   ../Events
+  ../GeomDataAPI
 )
 
 
 ADD_UNIT_TESTS(TestAxisCreation.py
                UnitTestAxis.py
                TestPoint_XYZ.py
-               TestPoint_LineAndPlane.py
+               TestPoint_IntersectLines.py
+               TestPoint_IntersectLineAndPlane.py
+               TestPoint_IntersectPlanes.py
                TestPoint_Edge.py
+               TestPoint_ProjectOnEdge.py
+               TestPoint_ProjectOnFace.py
+               TestPoint_GeometricalPropertyCenterOfGravity.py
+               TestPoint_GeometricalPropertyCenterOfCircle.py
+               TestPoint_VertexSelection.py
                TestPointName.py
                TestPlane.py)