X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FCMakeLists.txt;h=2ef3a06b4e76bc02489d58bb1f68d325937a45af;hb=c7a5ff20294ae8270bfb9120b8887f0c9959d658;hp=0c49b56a9ed1ed6ea3a7145f05583a76fba5a58b;hpb=1a0d48211014d96db9125fe973eacbae895c4490;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/CMakeLists.txt b/src/SketchPlugin/CMakeLists.txt index 0c49b56a9..2ef3a06b4 100644 --- a/src/SketchPlugin/CMakeLists.txt +++ b/src/SketchPlugin/CMakeLists.txt @@ -28,6 +28,7 @@ SET(PROJECT_HEADERS SketchPlugin_ConstraintTangent.h SketchPlugin_ConstraintMirror.h SketchPlugin_ConstraintFillet.h + SketchPlugin_ConstraintAngle.h SketchPlugin_MultiRotation.h SketchPlugin_MultiTranslation.h SketchPlugin_ExternalValidator.h @@ -59,6 +60,7 @@ SET(PROJECT_SOURCES SketchPlugin_ConstraintTangent.cpp SketchPlugin_ConstraintMirror.cpp SketchPlugin_ConstraintFillet.cpp + SketchPlugin_ConstraintAngle.cpp SketchPlugin_MultiRotation.cpp SketchPlugin_MultiTranslation.cpp SketchPlugin_ExternalValidator.cpp @@ -70,12 +72,9 @@ SET(PROJECT_LIBRARIES Config GeomAPI GeomAlgoAPI - GeomValidators ModelAPI SketcherPrs GeomDataAPI - ${CAS_KERNEL} - ${CAS_SHAPE} ) SET(XML_RESOURCES @@ -93,7 +92,6 @@ INCLUDE_DIRECTORIES( ../GeomAPI ../GeomAlgoAPI ../GeomDataAPI - ../GeomValidators ../SketcherPrs ) @@ -114,5 +112,9 @@ ADD_UNIT_TESTS(TestSketchPointLine.py TestConstraintEqual.py TestConstraintTangent.py TestConstraintMirror.py + TestConstraintAngle.py + TestMultiRotation.py + TestMultiTranslation.py + TestFillet.py TestHighload.py TestSnowflake.py)