Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[modules/shaper.git] / src / SketchPlugin / CMakeLists.txt
index 21b0cfbec6ea735d7f72d388768378f78e9c1e08..992bd6bdbd491ff5c1310ef2923577985236c474 100644 (file)
@@ -24,9 +24,12 @@ SET(PROJECT_HEADERS
     SketchPlugin_ConstraintRigid.h
     SketchPlugin_ConstraintHorizontal.h
     SketchPlugin_ConstraintVertical.h
+    SketchPlugin_ConstraintEqual.h
+    SketchPlugin_ConstraintTangent.h
+    SketchPlugin_ConstraintMirror.h
+    SketchPlugin_ConstraintFillet.h
     SketchPlugin_ShapeValidator.h
     SketchPlugin_Validators.h
-    SketchPlugin_ResultValidators.h 
 )
 
 SET(PROJECT_SOURCES
@@ -48,9 +51,12 @@ SET(PROJECT_SOURCES
     SketchPlugin_ConstraintRigid.cpp
     SketchPlugin_ConstraintHorizontal.cpp
     SketchPlugin_ConstraintVertical.cpp
+    SketchPlugin_ConstraintEqual.cpp
+    SketchPlugin_ConstraintTangent.cpp
+    SketchPlugin_ConstraintMirror.cpp
+    SketchPlugin_ConstraintFillet.cpp
     SketchPlugin_ShapeValidator.cpp
     SketchPlugin_Validators.cpp
-    SketchPlugin_ResultValidators.cpp
 )
 
 SET(PROJECT_LIBRARIES
@@ -95,5 +101,8 @@ ADD_UNIT_TESTS(TestSketchPointLine.py
                TestConstraintRigid.py
                TestConstraintHorizontal.py
                TestConstraintVertical.py
+               TestConstraintEqual.py
+               TestConstraintTangent.py
+               TestConstraintMirror.py
                TestHighload.py
                TestSnowflake.py)