git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1289 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
cb5cedf691
commit
5b94cb1cef
6 changed files with 188 additions and 70 deletions
|
|
@ -4,6 +4,6 @@
|
|||
### 1) Where must cmake go now ?
|
||||
######################################################################################
|
||||
|
||||
SUBDIRS(flowshop)
|
||||
ADD_SUBDIRECTORY(flowshop)
|
||||
|
||||
######################################################################################
|
||||
|
|
@ -1,20 +1,3 @@
|
|||
|
||||
######################################################################################
|
||||
### 0) Copy the "benchs" directory in the build directory to easily run the lessons
|
||||
######################################################################################
|
||||
|
||||
ADD_CUSTOM_TARGET(install DEPENDS ${FLOWSHOP_SRC_DIR}/benchs)
|
||||
ADD_CUSTOM_COMMAND(
|
||||
TARGET install
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
ARGS -E copy_directory
|
||||
${FLOWSHOP_SRC_DIR}/benchs
|
||||
${FLOWSHOP_BINARY_DIR}/benchs)
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
||||
######################################################################################
|
||||
### 1) Include the sources
|
||||
######################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue