Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
glob_recurse are the devil, but globbing from root dir is PURE MADNESS: it gets the...
[simgrid.git] / examples / msg / masterslave / CMakeLists.txt
index 216b616..1d908ff 100644 (file)
@@ -7,6 +7,7 @@ add_executable(masterslave_forwarder "masterslave_forwarder.c")
 add_executable(masterslave_mailbox "masterslave_mailbox.c")
 add_executable(masterslave_bypass "masterslave_bypass.c")
 add_executable(masterslave_console "masterslave_console.c")
+add_executable(masterslave_cluster "masterslave_cluster.c")
 
 ### Add definitions for compile
 if(WIN32)
@@ -21,4 +22,5 @@ target_link_libraries(masterslave_failure simgrid m )
 target_link_libraries(masterslave_mailbox simgrid m )
 target_link_libraries(masterslave_bypass simgrid m )
 target_link_libraries(masterslave_console simgrid m )
-endif(WIN32)
\ No newline at end of file
+endif(WIN32)
+target_link_libraries(masterslave_cluster simgrid)
\ No newline at end of file