diff --git a/contribution/branches/PhyloMOEA/PhyloMOEA/CMakeLists.txt b/contribution/branches/PhyloMOEA/PhyloMOEA/CMakeLists.txt index 28b23d51f..76a67b67b 100644 --- a/contribution/branches/PhyloMOEA/PhyloMOEA/CMakeLists.txt +++ b/contribution/branches/PhyloMOEA/PhyloMOEA/CMakeLists.txt @@ -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) \ No newline at end of file +TARGET_LINK_LIBRARIES(PhyloMOEA gsl gslcblas GTL eo eoutils ga moeo cma) + +INSTALL( TARGETS PhyloMOEA RUNTIME DESTINATION bin) \ No newline at end of file