git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1401 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
jhumeau 2009-02-05 13:29:03 +00:00
commit 8c90dcf317

View file

@ -48,7 +48,7 @@ ENDFOREACH (test)
# Link the librairies
FOREACH (test ${TEST_LIST})
TARGET_LINK_LIBRARIES(${test} eoutils eo moeo)
TARGET_LINK_LIBRARIES(${test} moeo ga es eoutils eo)
ENDFOREACH (test)
######################################################################################