Salome HOME
First part of the test correction for improvement: 2D points selection in multi-trans...
[modules/shaper.git] / src / SketchPlugin / CMakeLists.txt
index b8e644cc62c1fe9d702c8e6a3f87c57f44ac3b52..2ef3a06b4e76bc02489d58bb1f68d325937a45af 100644 (file)
@@ -27,9 +27,13 @@ SET(PROJECT_HEADERS
     SketchPlugin_ConstraintEqual.h
     SketchPlugin_ConstraintTangent.h
     SketchPlugin_ConstraintMirror.h
-    SketchPlugin_ShapeValidator.h
+    SketchPlugin_ConstraintFillet.h
+    SketchPlugin_ConstraintAngle.h
+    SketchPlugin_MultiRotation.h
+    SketchPlugin_MultiTranslation.h
+    SketchPlugin_ExternalValidator.h
     SketchPlugin_Validators.h
-    SketchPlugin_ResultValidators.h 
+    SketchPlugin_Tools.h
 )
 
 SET(PROJECT_SOURCES
@@ -41,6 +45,7 @@ SET(PROJECT_SOURCES
     SketchPlugin_Point.cpp
     SketchPlugin_Circle.cpp
     SketchPlugin_Arc.cpp
+    SketchPlugin_Constraint.cpp
     SketchPlugin_ConstraintBase.cpp
     SketchPlugin_ConstraintCoincidence.cpp
     SketchPlugin_ConstraintDistance.cpp
@@ -54,9 +59,13 @@ SET(PROJECT_SOURCES
     SketchPlugin_ConstraintEqual.cpp
     SketchPlugin_ConstraintTangent.cpp
     SketchPlugin_ConstraintMirror.cpp
-    SketchPlugin_ShapeValidator.cpp
+    SketchPlugin_ConstraintFillet.cpp
+    SketchPlugin_ConstraintAngle.cpp
+    SketchPlugin_MultiRotation.cpp
+    SketchPlugin_MultiTranslation.cpp
+    SketchPlugin_ExternalValidator.cpp
     SketchPlugin_Validators.cpp
-    SketchPlugin_ResultValidators.cpp
+    SketchPlugin_Tools.cpp
 )
 
 SET(PROJECT_LIBRARIES
@@ -65,8 +74,7 @@ SET(PROJECT_LIBRARIES
     GeomAlgoAPI
     ModelAPI
     SketcherPrs
-    ${CAS_KERNEL}
-    ${CAS_SHAPE}
+    GeomDataAPI
 )
 
 SET(XML_RESOURCES
@@ -103,5 +111,10 @@ ADD_UNIT_TESTS(TestSketchPointLine.py
                TestConstraintVertical.py
                TestConstraintEqual.py
                TestConstraintTangent.py
+               TestConstraintMirror.py
+               TestConstraintAngle.py
+               TestMultiRotation.py
+               TestMultiTranslation.py
+               TestFillet.py
                TestHighload.py
                TestSnowflake.py)