From 1e73f201b9c019123cee71175822315f8f0eb4f9 Mon Sep 17 00:00:00 2001 From: wcancino Date: Fri, 23 Jan 2009 13:18:02 +0000 Subject: [PATCH] adds install target. Only for internal use git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1365 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/PhyloMOEA/PhyloMOEA/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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