From: Martin Quinson Date: Mon, 8 Oct 2012 19:46:49 +0000 (+0200) Subject: we need the simgrid library too. True story. X-Git-Tag: v3_8~101 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/055eef977d08cc142d6732a6f678e1dbe8559dd3?hp=687dd96433495ec61a5ffd5b4437b6e5808993c6 we need the simgrid library too. True story. --- diff --git a/examples/msg/chord/CMakeLists.txt b/examples/msg/chord/CMakeLists.txt index a45ab70db0..b982c467c1 100644 --- a/examples/msg/chord/CMakeLists.txt +++ b/examples/msg/chord/CMakeLists.txt @@ -7,6 +7,7 @@ add_executable(chord_before_dsend chord_before_dsend.c) ### Add definitions for compile target_link_libraries(chord simgrid ) +target_link_libraries(chord_before_dsend simgrid ) set(tesh_files ${tesh_files}