* updated cmakelists.txt to compile new eoParallel class

This commit is contained in:
Caner Candan 2010-12-26 19:12:20 +01:00
commit b7379050bc

View file

@ -27,7 +27,8 @@ SET (EOUTILS_SOURCES eoData.cpp
make_help.cpp
pipecom.cpp
eoLogger.cpp
eoParserLogger.cpp)
eoParserLogger.cpp
eoParallel.cpp)
ADD_LIBRARY(eoutils STATIC ${EOUTILS_SOURCES})