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) ######################################################################################