X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FCMakeLists.txt;h=1780d356e10a46311bf4b0f64199d32bf7580051;hb=74e9ba33303efc2282db1261706e904efa36b255;hp=5167dd28ce419abafc7b69b69e12bf2c2ca4f37c;hpb=84c85d67943a16b0cbf90127bf117beb8cc5f4d6;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/CMakeLists.txt b/src/SketchPlugin/CMakeLists.txt index 5167dd28c..1780d356e 100644 --- a/src/SketchPlugin/CMakeLists.txt +++ b/src/SketchPlugin/CMakeLists.txt @@ -25,9 +25,15 @@ 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_ConstraintAngle.h + SketchPlugin_MultiRotation.h + SketchPlugin_MultiTranslation.h + SketchPlugin_ExternalValidator.h SketchPlugin_Validators.h - SketchPlugin_ResultValidators.h + SketchPlugin_Tools.h ) SET(PROJECT_SOURCES @@ -39,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 @@ -50,19 +57,25 @@ 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_ConstraintAngle.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 - ${CAS_KERNEL} - ${CAS_SHAPE} + GeomDataAPI ) SET(XML_RESOURCES @@ -80,6 +93,7 @@ INCLUDE_DIRECTORIES( ../GeomAPI ../GeomAlgoAPI ../GeomDataAPI + ../GeomValidators ../SketcherPrs ) @@ -97,5 +111,8 @@ ADD_UNIT_TESTS(TestSketchPointLine.py TestConstraintRigid.py TestConstraintHorizontal.py TestConstraintVertical.py + TestConstraintEqual.py + TestConstraintTangent.py + TestConstraintMirror.py TestHighload.py TestSnowflake.py)