Salome HOME
Fix for the issue #1794: can't create a plane by a vertex and an axis if the vertex...
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index bdbc15f8536a4626df324adcb418ed465caf446e..43ac4fdadeb1581698497044086c1471849f68e7 100644 (file)
@@ -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)