git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1407 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
e0ce1567f5
commit
c0e5ffcf0d
42 changed files with 3919 additions and 3 deletions
|
|
@ -2,8 +2,7 @@
|
|||
SET(PARADISEO_DIR "/home/jeremie/workspace/trunk" CACHE PATH "ParadisEO directory" FORCE)
|
||||
|
||||
# Here, specify SOURCES_DIR : the directory where the example sources have been deposed.
|
||||
SET(SOURCES_DIR "/home/jeremie/workspace/MOLS/src" CACHE PATH "TP sources directory, where install.cmake is" FORCE)
|
||||
|
||||
SET(SOURCES_DIR "/home/jeremie/workspace/MOLS" CACHE PATH "TP sources directory, where install.cmake is" FORCE)
|
||||
|
||||
###########################################################################################################################################
|
||||
# PLEASE DO NOT MODIFY WHAT IS BELOW
|
||||
|
|
@ -20,5 +19,7 @@ SET(PARADISEO_MO_BIN_DIR "${PARADISEO_DIR}/paradiseo-mo/build" CACHE PATH "Parad
|
|||
SET(PARADISEO_MOEO_SRC_DIR "${PARADISEO_DIR}/paradiseo-moeo" CACHE PATH "ParadisEO-MO source directory" FORCE)
|
||||
SET(PARADISEO_MOEO_BIN_DIR "${PARADISEO_DIR}/paradiseo-moeo/build" CACHE PATH "ParadisEO-MOEO binary directory" FORCE)
|
||||
|
||||
SET(FLOWSHOP_SRC_DIR "${SOURCES_DIR}/flowshop" CACHE PATH "flowshop source directory" FORCE)
|
||||
|
||||
SET(INSTALL_DIR "${SOURCES_DIR}/build" CACHE PATH "Directory where the executable will be put" FORCE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue