Salome HOME
Temporary correction to make compilation on Jenkins stable.
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index 5fd66b7b8311b65a473ac87317b31fe5058529d6..43ac4fdadeb1581698497044086c1471849f68e7 100644 (file)
@@ -7,15 +7,17 @@ SET(PROJECT_HEADERS
     ConstructionPlugin.h
     ConstructionPlugin_Plugin.h
     ConstructionPlugin_Point.h
-       ConstructionPlugin_Axis.h
-       ConstructionPlugin_Plane.h
+    ConstructionPlugin_Axis.h
+    ConstructionPlugin_Plane.h
+    ConstructionPlugin_Validators.h
 )
 
 SET(PROJECT_SOURCES
     ConstructionPlugin_Plugin.cpp
     ConstructionPlugin_Point.cpp
-       ConstructionPlugin_Axis.cpp
-       ConstructionPlugin_Plane.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)