From d6f1ad94a153aeb6e0d2c6088578ae26e026856f Mon Sep 17 00:00:00 2001 From: wcancino Date: Tue, 3 Feb 2009 14:33:44 +0000 Subject: [PATCH] Add new project files git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1395 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/PhyloMOEA/PhyloMOEA/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contribution/branches/PhyloMOEA/PhyloMOEA/CMakeLists.txt b/contribution/branches/PhyloMOEA/PhyloMOEA/CMakeLists.txt index 76a67b67b..58858bef8 100644 --- a/contribution/branches/PhyloMOEA/PhyloMOEA/CMakeLists.txt +++ b/contribution/branches/PhyloMOEA/PhyloMOEA/CMakeLists.txt @@ -3,6 +3,7 @@ ###################################################################################### INCLUDE_DIRECTORIES(${CMAKE_INSTALL_PREFIX}/include/paradiseo/eo) +INCLUDE_DIRECTORIES(${CMAKE_INSTALL_PREFIX}/include/paradiseo/mo) INCLUDE_DIRECTORIES(${CMAKE_INSTALL_PREFIX}/include/paradiseo/moeo) INCLUDE_DIRECTORIES(${CMAKE_INSTALL_PREFIX}/include/paradiseo/peo) INCLUDE_DIRECTORIES(.) @@ -28,10 +29,11 @@ SET( PHYLOMOEA_SOURCES eigensolver.cpp SubsModel.cpp phylotreeIND.cpp treeIterator.cpp - utils.cpp ) + utils.cpp + PhyloMOEO_packunpack.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 peo rmc_mpi xml2) INSTALL( TARGETS PhyloMOEA RUNTIME DESTINATION bin) \ No newline at end of file