X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FCMakeLists.txt;h=2ef3a06b4e76bc02489d58bb1f68d325937a45af;hb=c7a5ff20294ae8270bfb9120b8887f0c9959d658;hp=1780d356e10a46311bf4b0f64199d32bf7580051;hpb=4df3d12284892e126685f42a4e3c3c7f63f3b502;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/CMakeLists.txt b/src/SketchPlugin/CMakeLists.txt index 1780d356e..2ef3a06b4 100644 --- a/src/SketchPlugin/CMakeLists.txt +++ b/src/SketchPlugin/CMakeLists.txt @@ -72,7 +72,6 @@ SET(PROJECT_LIBRARIES Config GeomAPI GeomAlgoAPI - GeomValidators ModelAPI SketcherPrs GeomDataAPI @@ -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)