X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FCMakeLists.txt;h=22ce7d27eda3dce82e05a8039a73bad2c22198c1;hb=c44da4cdb21b305f2350bb4b2c9044eaba08f171;hp=d1499da27b51e7d82a9b6a664318a475d1e4591d;hpb=301fde7eeae07fdae18ebd02f93e09d1a182e38d;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/CMakeLists.txt b/src/SketchPlugin/CMakeLists.txt index d1499da27..22ce7d27e 100644 --- a/src/SketchPlugin/CMakeLists.txt +++ b/src/SketchPlugin/CMakeLists.txt @@ -26,9 +26,10 @@ SET(PROJECT_HEADERS 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 @@ -52,15 +53,17 @@ SET(PROJECT_SOURCES 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 Config GeomAPI GeomAlgoAPI + GeomValidators ModelAPI SketcherPrs ${CAS_KERNEL} @@ -82,6 +85,7 @@ INCLUDE_DIRECTORIES( ../GeomAPI ../GeomAlgoAPI ../GeomDataAPI + ../GeomValidators ../SketcherPrs ) @@ -93,7 +97,7 @@ ADD_UNIT_TESTS(TestSketchPointLine.py TestConstraintConcidence.py TestConstraintLength.py TestConstraintDistance.py -# TestConstraintParallel.py + TestConstraintParallel.py TestConstraintPerpendicular.py TestConstraintRadius.py TestConstraintRigid.py @@ -101,6 +105,6 @@ ADD_UNIT_TESTS(TestSketchPointLine.py TestConstraintVertical.py TestConstraintEqual.py TestConstraintTangent.py - TestConstraintParallel.py + TestConstraintMirror.py TestHighload.py TestSnowflake.py)