From 4ef3b0e41e205fc0287a202a71a9065f758f27ab Mon Sep 17 00:00:00 2001 From: khouadjia Date: Wed, 11 Mar 2009 15:08:35 +0000 Subject: [PATCH] New approach for Dynamic Vehicle Routing Problem based on Particle Swarm Optimization git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1522 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/PSO-DVRP/CMakeLists.txt | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 contribution/branches/PSO-DVRP/CMakeLists.txt diff --git a/contribution/branches/PSO-DVRP/CMakeLists.txt b/contribution/branches/PSO-DVRP/CMakeLists.txt deleted file mode 100644 index 12f30e083..000000000 --- a/contribution/branches/PSO-DVRP/CMakeLists.txt +++ /dev/null @@ -1,32 +0,0 @@ - -INCLUDE_DIRECTORIES(${PARADISEO_EO_SRC_DIR}/src - ${PARADISEO_MO_SRC_DIR}/src - ${PARADISEO_MOEO_SRC_DIR}/src - ${PARADISEO_PEO_SRC_DIR}/src - ${PEOPSODVRP_SOURCE_DIR}/src) - - -###################################################################################### - - -###################################################################################### -### Specify where CMake can find the libraries -###################################################################################### - -# Link with the EO library directory, only if you need it -LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib) - -# Link with the MOEO library directory, only if you need it -LINK_DIRECTORIES(${PARADISEO_MOEO_BIN_DIR}/lib) - -# Link with the PEO library directory, only if you need it -LINK_DIRECTORIES(${PARADISEO_PEO_BIN_DIR}/lib) - -LINK_DIRECTORIES(${PEOPSODVRP_BINARY_DIR}/src) - - -# Make sure the linker can find the Hello library once it is built. - -add_library (event eoEventScheduler.cpp parser.cpp eoPsoDVRPutils.cpp eoPsoDVRP.cpp eoGlobal.cpp) - -