From 8c90dcf317b7c9e937be0a761ee7697abd0d2d27 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Thu, 5 Feb 2009 13:29:03 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1401 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/MOLS/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribution/branches/MOLS/test/CMakeLists.txt b/contribution/branches/MOLS/test/CMakeLists.txt index eb7f74ff3..2916af7b2 100644 --- a/contribution/branches/MOLS/test/CMakeLists.txt +++ b/contribution/branches/MOLS/test/CMakeLists.txt @@ -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) ######################################################################################