X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9347ab3e960f0f098338c88a79724dbcf4a58bb..786246a1d66b281f419c62f21bdd49c11d9dec99:/teshsuite/xbt/CMakeLists.txt diff --git a/teshsuite/xbt/CMakeLists.txt b/teshsuite/xbt/CMakeLists.txt index 4f45fb5e58..8a8b7b78de 100644 --- a/teshsuite/xbt/CMakeLists.txt +++ b/teshsuite/xbt/CMakeLists.txt @@ -11,10 +11,10 @@ endif() ### Add definitions for compile if(NOT WIN32) - target_link_libraries(log_large_test gras m pthread ) - target_link_libraries(parallel_log_crashtest gras m pthread ) + target_link_libraries(log_large_test simgrid m pthread ) + target_link_libraries(parallel_log_crashtest simgrid m pthread ) if(HAVE_MMAP) - target_link_libraries(mmalloc_test gras m pthread ) + target_link_libraries(mmalloc_test simgrid m pthread ) endif() endif()