]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/CMakeLists.txt
Salome HOME
Issue #718 - Translation with parameters - wrong coordinates
[modules/shaper.git] / src / SketchPlugin / CMakeLists.txt
index c34904df28feac13373d0b122e8686f47a9d7ac8..16c4488bcf9c209f2eda639850febd82e35b4a04 100644 (file)
@@ -25,9 +25,14 @@ SET(PROJECT_HEADERS
     SketchPlugin_ConstraintHorizontal.h
     SketchPlugin_ConstraintVertical.h
     SketchPlugin_ConstraintEqual.h
-    SketchPlugin_ShapeValidator.h
+    SketchPlugin_ConstraintTangent.h
+    SketchPlugin_ConstraintMirror.h
+    SketchPlugin_ConstraintFillet.h
+    SketchPlugin_MultiRotation.h
+    SketchPlugin_MultiTranslation.h
+    SketchPlugin_ExternalValidator.h
     SketchPlugin_Validators.h
-    SketchPlugin_ResultValidators.h 
+    SketchPlugin_Tools.h
 )
 
 SET(PROJECT_SOURCES
@@ -50,17 +55,24 @@ SET(PROJECT_SOURCES
     SketchPlugin_ConstraintHorizontal.cpp
     SketchPlugin_ConstraintVertical.cpp
     SketchPlugin_ConstraintEqual.cpp
-    SketchPlugin_ShapeValidator.cpp
+    SketchPlugin_ConstraintTangent.cpp
+    SketchPlugin_ConstraintMirror.cpp
+    SketchPlugin_ConstraintFillet.cpp
+    SketchPlugin_MultiRotation.cpp
+    SketchPlugin_MultiTranslation.cpp
+    SketchPlugin_ExternalValidator.cpp
     SketchPlugin_Validators.cpp
-    SketchPlugin_ResultValidators.cpp
+    SketchPlugin_Tools.cpp
 )
 
 SET(PROJECT_LIBRARIES
     Config
     GeomAPI
     GeomAlgoAPI
+    GeomValidators
     ModelAPI
     SketcherPrs
+    GeomDataAPI
     ${CAS_KERNEL}
     ${CAS_SHAPE}
 )
@@ -80,6 +92,7 @@ INCLUDE_DIRECTORIES(
   ../GeomAPI
   ../GeomAlgoAPI
   ../GeomDataAPI
+  ../GeomValidators
   ../SketcherPrs
 )
 
@@ -98,5 +111,7 @@ ADD_UNIT_TESTS(TestSketchPointLine.py
                TestConstraintHorizontal.py
                TestConstraintVertical.py
                TestConstraintEqual.py
+               TestConstraintTangent.py
+               TestConstraintMirror.py
                TestHighload.py
                TestSnowflake.py)