X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FCMakeLists.txt;h=0c49b56a9ed1ed6ea3a7145f05583a76fba5a58b;hb=1a0d48211014d96db9125fe973eacbae895c4490;hp=d1499da27b51e7d82a9b6a664318a475d1e4591d;hpb=fb0152c9215e449f46ee788c06e2902b4b77eefa;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/CMakeLists.txt b/src/SketchPlugin/CMakeLists.txt index d1499da27..0c49b56a9 100644 --- a/src/SketchPlugin/CMakeLists.txt +++ b/src/SketchPlugin/CMakeLists.txt @@ -26,9 +26,13 @@ SET(PROJECT_HEADERS SketchPlugin_ConstraintVertical.h SketchPlugin_ConstraintEqual.h SketchPlugin_ConstraintTangent.h - SketchPlugin_ShapeValidator.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 @@ -40,6 +44,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 @@ -52,17 +57,23 @@ SET(PROJECT_SOURCES SketchPlugin_ConstraintVertical.cpp SketchPlugin_ConstraintEqual.cpp SketchPlugin_ConstraintTangent.cpp - SketchPlugin_ShapeValidator.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} ) @@ -82,6 +93,7 @@ INCLUDE_DIRECTORIES( ../GeomAPI ../GeomAlgoAPI ../GeomDataAPI + ../GeomValidators ../SketcherPrs ) @@ -93,7 +105,7 @@ ADD_UNIT_TESTS(TestSketchPointLine.py TestConstraintConcidence.py TestConstraintLength.py TestConstraintDistance.py -# TestConstraintParallel.py + TestConstraintParallel.py TestConstraintPerpendicular.py TestConstraintRadius.py TestConstraintRigid.py @@ -101,6 +113,6 @@ ADD_UNIT_TESTS(TestSketchPointLine.py TestConstraintVertical.py TestConstraintEqual.py TestConstraintTangent.py - TestConstraintParallel.py + TestConstraintMirror.py TestHighload.py TestSnowflake.py)