big modifs on CMake config, doc and make install process
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@559 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
f58813fd6e
commit
cfdd67cbec
115 changed files with 137 additions and 135 deletions
|
|
@ -1,17 +1,16 @@
|
|||
|
||||
######################################################################################
|
||||
### 0) Need flowhsop directory and copy the benchs
|
||||
### 0) Copy the FlowShop.param file in the build path for an easy use.
|
||||
######################################################################################
|
||||
|
||||
ADD_CUSTOM_TARGET(copy_flowshop_param ALL)
|
||||
ADD_CUSTOM_TARGET(install DEPENDS ${ParadisEO-MOEO_SOURCE_DIR}/tutorial/Lesson1/FlowShopEA.param)
|
||||
ADD_CUSTOM_COMMAND(
|
||||
TARGET copy_flowshop_param
|
||||
TARGET install
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
ARGS -E copy_if_different
|
||||
${ParadisEO-MOEO_SOURCE_DIR}/tutorial/Lesson1/FlowShopEA.param
|
||||
${ParadisEO-MOEO_BINARY_DIR}/tutorial/Lesson1)
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
### 0) Copy the "benchs" directory in the build directory to easily run the lessons
|
||||
######################################################################################
|
||||
|
||||
ADD_CUSTOM_TARGET(copy_flowshop_benchmarks ALL)
|
||||
ADD_CUSTOM_TARGET(install DEPENDS ${FLOWSHOP_SRC_DIR}/benchs)
|
||||
ADD_CUSTOM_COMMAND(
|
||||
TARGET copy_flowshop_benchmarks
|
||||
TARGET install
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
ARGS -E copy_directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue