* updated cmakelists.txt to compile new eoParallel class
This commit is contained in:
parent
63d28c1c79
commit
b7379050bc
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ SET (EOUTILS_SOURCES eoData.cpp
|
||||||
make_help.cpp
|
make_help.cpp
|
||||||
pipecom.cpp
|
pipecom.cpp
|
||||||
eoLogger.cpp
|
eoLogger.cpp
|
||||||
eoParserLogger.cpp)
|
eoParserLogger.cpp
|
||||||
|
eoParallel.cpp)
|
||||||
|
|
||||||
|
|
||||||
ADD_LIBRARY(eoutils STATIC ${EOUTILS_SOURCES})
|
ADD_LIBRARY(eoutils STATIC ${EOUTILS_SOURCES})
|
||||||
|
|
|
||||||
Reference in a new issue