Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we need the simgrid library too. True story.
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 8 Oct 2012 19:46:49 +0000 (21:46 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 8 Oct 2012 19:46:49 +0000 (21:46 +0200)
examples/msg/chord/CMakeLists.txt

index a45ab70..b982c46 100644 (file)
@@ -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}