From e8ed89789ab2870904fb7bffc272a862e3cca1bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Baptiste=20Herv=C3=A9?= Date: Fri, 10 Aug 2012 17:52:53 +0200 Subject: [PATCH] Add a master/slave example using a generated platform, and using generated event traces This example fails at the end for the moment, apparently because of autorestart. --- examples/msg/masterslave/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/msg/masterslave/CMakeLists.txt b/examples/msg/masterslave/CMakeLists.txt index b062bf8316..5d9bb31f9b 100644 --- a/examples/msg/masterslave/CMakeLists.txt +++ b/examples/msg/masterslave/CMakeLists.txt @@ -92,3 +92,4 @@ set(txt_files ${txt_files} PARENT_SCOPE ) + -- 2.20.1