From a53d0df188cbdfd97fd584cb3b0dc0962c49f242 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Mon, 14 Dec 2009 15:12:35 +0000 Subject: [PATCH] Inclusion of MO added git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1626 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/tutorial/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-moeo/tutorial/CMakeLists.txt b/trunk/paradiseo-moeo/tutorial/CMakeLists.txt index 83be7f039..6c5881a7a 100644 --- a/trunk/paradiseo-moeo/tutorial/CMakeLists.txt +++ b/trunk/paradiseo-moeo/tutorial/CMakeLists.txt @@ -2,7 +2,7 @@ ###################################################################################### ### 1) Definitions ###################################################################################### - +INCLUDE_DIRECTORIES(${MO_SRC_DIR}/src) SET(FLOWSHOP_SRC_DIR ${ParadisEO-MOEO_SOURCE_DIR}/tutorial/examples/flowshop) SET(FLOWSHOP_BINARY_DIR ${ParadisEO-MOEO_BINARY_DIR}/tutorial/examples/flowshop)