+ feature eoSIGContinue: Continuator can catch user signals + feature eoLogger: flexible logging system for eo
This commit is contained in:
parent
9f4c073678
commit
1ecf4d3def
10 changed files with 638 additions and 2 deletions
|
|
@ -16,7 +16,8 @@ SET (EO_SOURCES eoFunctorStore.cpp
|
|||
eoPrintable.cpp
|
||||
eoCtrlCContinue.cpp
|
||||
eoParetoFitness.cpp
|
||||
eoScalarFitnessAssembled.cpp)
|
||||
eoScalarFitnessAssembled.cpp
|
||||
eoSIGContinue.cpp)
|
||||
|
||||
|
||||
ADD_LIBRARY(eo STATIC ${EO_SOURCES})
|
||||
|
|
|
|||
Reference in a new issue