Salome HOME
First version of alg for max level of parallelism computation.
[modules/yacs.git] / src / engine / CMakeLists.txt
index 28c6fde49b36bbf76056ba9bbe0b743893536744..a8a477e1e76d4fce8fecc0153576932fb1fa2602 100644 (file)
@@ -99,6 +99,13 @@ SET(YACSlibEngine_HEADERS
   AnyOutputPort.hxx
   ServerNode.hxx
   InPropertyPort.hxx
+  AbstractPoint.hxx
+  BlocPoint.hxx
+  BagPoint.hxx
+  ForkBlocPoint.hxx
+  LinkedBlocPoint.hxx
+  ElementaryPoint.hxx
+  SetOfPoints.hxx
   )
 
 # --- sources ---
@@ -164,6 +171,13 @@ SET(YACSlibEngine_SOURCES
   Task.cxx
   Scheduler.cxx
   InPropertyPort.cxx
+  AbstractPoint.cxx
+  BlocPoint.cxx
+  BagPoint.cxx
+  ForkBlocPoint.cxx
+  LinkedBlocPoint.cxx
+  ElementaryPoint.cxx
+  SetOfPoints.cxx
   )
 
 # --- rules ---