The Beta version of the Lesson 6 has been added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1241 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
ea6fce84f2
commit
d889a432cd
1 changed files with 11 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ SET(FUNCTION_BIN_DIR ${MO_BIN_DIR}/tutorial/examples/function CACHE PATH "FUNCTI
|
|||
### 2) Where must cmake go now ?
|
||||
######################################################################################
|
||||
|
||||
SUBDIRS(examples Lesson1 Lesson2 Lesson3 Lesson4 Lesson5)
|
||||
SUBDIRS(examples Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 Lesson6)
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
|
@ -25,7 +25,8 @@ ADD_CUSTOM_TARGET(install DEPENDS ${MO_SRC_DIR}/tutorial/examples/tsp/benchs
|
|||
${MO_SRC_DIR}/tutorial/Lesson2/param
|
||||
${MO_SRC_DIR}/tutorial/Lesson3/param
|
||||
${MO_SRC_DIR}/tutorial/Lesson4/param
|
||||
${MO_SRC_DIR}/tutorial/Lesson5/param )
|
||||
${MO_SRC_DIR}/tutorial/Lesson5/param
|
||||
${MO_SRC_DIR}/tutorial/Lesson6/param )
|
||||
|
||||
ADD_CUSTOM_COMMAND(
|
||||
TARGET install
|
||||
|
|
@ -74,3 +75,11 @@ ADD_CUSTOM_COMMAND(
|
|||
ARGS -E copy_if_different
|
||||
${MO_SRC_DIR}/tutorial/Lesson5/param
|
||||
${MO_BIN_DIR}/tutorial/Lesson5)
|
||||
|
||||
ADD_CUSTOM_COMMAND(
|
||||
TARGET install
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
ARGS -E copy_if_different
|
||||
${MO_SRC_DIR}/tutorial/Lesson6/param
|
||||
${MO_BIN_DIR}/tutorial/Lesson6)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue