X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FConstructionPlugin%2FCMakeLists.txt;h=43ac4fdadeb1581698497044086c1471849f68e7;hb=1c2adfe0086cd45aba64d8188c9f55d52d408a2d;hp=bdbc15f8536a4626df324adcb418ed465caf446e;hpb=b6a827b5f2b1c61957dc2b22bfa11eba72175413;p=modules%2Fshaper.git diff --git a/src/ConstructionPlugin/CMakeLists.txt b/src/ConstructionPlugin/CMakeLists.txt index bdbc15f85..43ac4fdad 100644 --- a/src/ConstructionPlugin/CMakeLists.txt +++ b/src/ConstructionPlugin/CMakeLists.txt @@ -9,6 +9,7 @@ SET(PROJECT_HEADERS ConstructionPlugin_Point.h ConstructionPlugin_Axis.h ConstructionPlugin_Plane.h + ConstructionPlugin_Validators.h ) SET(PROJECT_SOURCES @@ -16,6 +17,7 @@ SET(PROJECT_SOURCES ConstructionPlugin_Point.cpp ConstructionPlugin_Axis.cpp ConstructionPlugin_Plane.cpp + ConstructionPlugin_Validators.cpp ) SET(XML_RESOURCES @@ -51,8 +53,12 @@ INCLUDE_DIRECTORIES( ../ModelAPI ../GeomAPI ../GeomAlgoAPI + ../Events ) ADD_UNIT_TESTS(TestAxisCreation.py - TestPointName.py) + UnitTestAxis.py + TestPoint.py + TestPointName.py + TestPlane.py)