Final modifications to serial version

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1556 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
wcancino 2009-03-17 09:54:32 +00:00
commit 6647cde165
4 changed files with 76 additions and 6 deletions

View file

@ -32,6 +32,6 @@ SET( PHYLOMOEA_SOURCES eigensolver.cpp
ADD_EXECUTABLE( PhyloMOEA-serial ${PHYLOMOEA_SOURCES} )
TARGET_LINK_LIBRARIES(PhyloMOEA gsl gslcblas GTL eo eoutils ga moeo cma)
TARGET_LINK_LIBRARIES(PhyloMOEA-serial gsl gslcblas GTL eo eoutils ga moeo cma)
INSTALL( TARGETS PhyloMOEA RUNTIME DESTINATION bin)
INSTALL( TARGETS PhyloMOEA-serial RUNTIME DESTINATION bin)