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:
parent
d64e3ed67b
commit
6647cde165
4 changed files with 76 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue