New example for PEO
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@833 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
1531fbd49c
commit
bec01782df
2 changed files with 67 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ ADD_EXECUTABLE(example5 main5.cpp)
|
|||
ADD_DEPENDENCIES(example5 tsp peo rmc_mpi)
|
||||
ADD_EXECUTABLE(example6 main6.cpp)
|
||||
ADD_DEPENDENCIES(example6 tsp peo rmc_mpi)
|
||||
ADD_EXECUTABLE(example7 main7.cpp)
|
||||
ADD_DEPENDENCIES(example7 peo rmc_mpi)
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
|
@ -88,5 +90,6 @@ TARGET_LINK_LIBRARIES(example3 ${XML2_LIBS} peo rmc_mpi eo eoutils)
|
|||
TARGET_LINK_LIBRARIES(example4 ${XML2_LIBS} peo rmc_mpi eo eoutils)
|
||||
TARGET_LINK_LIBRARIES(example5 ${XML2_LIBS} tsp peo rmc_mpi eo eoutils)
|
||||
TARGET_LINK_LIBRARIES(example6 ${XML2_LIBS} tsp peo rmc_mpi eo eoutils)
|
||||
TARGET_LINK_LIBRARIES(example7 ${XML2_LIBS} tsp peo rmc_mpi eo eoutils)
|
||||
|
||||
######################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue