peo : tutorials modified

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@980 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
canape 2008-02-20 15:54:08 +00:00
commit d96a303853
7 changed files with 8 additions and 131 deletions

View file

@ -74,7 +74,7 @@ SET_TARGET_PROPERTIES(ea PROPERTIES VERSION "${LESSON1_VERSION}")
### 5) Link the librairies
######################################################################################
TARGET_LINK_LIBRARIES(pso ${XML2_LIBS} peo rmc_mpi eo eoutils)
TARGET_LINK_LIBRARIES(ea ${XML2_LIBS} peo rmc_mpi eo eoutils)
TARGET_LINK_LIBRARIES(pso ${XML2_LIBS} peo rmc_mpi eo eoutils peo)
TARGET_LINK_LIBRARIES(ea ${XML2_LIBS} peo rmc_mpi eo eoutils peo)
######################################################################################