adds install target. Only for internal use

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1365 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
wcancino 2009-01-23 13:18:02 +00:00
commit 1e73f201b9

View file

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