Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index a9705702fbfe2c6eea3ec2c75730ae996a306e57..3c5423b1f0833b4a3090ac3a94aa4371a68f8b05 100644 (file)
@@ -54,7 +54,7 @@ SET(PROJECT_LIBRARIES
     ModelAPI
     GeomAPI
     GeomAlgoAPI
-       GeomDataAPI
+    GeomDataAPI
 )
 
 SOURCE_GROUP ("Resource Files" FILES ${TEXT_RESOURCES})
@@ -88,5 +88,6 @@ ADD_UNIT_TESTS(TestAxisCreation.py
                TestPoint_ProjectOnFace.py
                TestPoint_GeometricalPropertyCenterOfGravity.py
                TestPoint_GeometricalPropertyCenterOfCircle.py
+               TestPoint_VertexSelection.py
                TestPointName.py
                TestPlane.py)