Add include in Cmake
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1640 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
e13fd250d1
commit
3fd0294fbe
2 changed files with 4 additions and 0 deletions
|
|
@ -16,4 +16,7 @@ SET(PARADISEO_DIR "/home/humeau/paradiseo-1.2.1" CACHE PATH "ParadisEO directory
|
|||
SET(PARADISEO_EO_SRC_DIR "${PARADISEO_DIR}/paradiseo-eo" CACHE PATH "ParadisEO-EO source directory" FORCE)
|
||||
SET(PARADISEO_EO_BIN_DIR "${PARADISEO_DIR}/paradiseo-eo/build" CACHE PATH "ParadisEO-EO binary directory" FORCE)
|
||||
|
||||
SET(NEWMO_SRC_DIR "${CMAKE_SOURCE_DIR}" CACHE PATH "ParadisEO-EO source directory" FORCE)
|
||||
SET(NEWMO_BIN_DIR "${CMAKE_SOURCE_DIR}" CACHE PATH "ParadisEO-EO binary directory" FORCE)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ using namespace std;
|
|||
#include <funcOneMax.h>
|
||||
|
||||
#include <eoInt.h>
|
||||
|
||||
#include <neighborhood/moEmptyNeighbor.h>
|
||||
|
||||
#include <continuator/moTrueContinuator.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue