From ab4acf5ba53b6bd8f534c5e679155a4d9a647e9e Mon Sep 17 00:00:00 2001 From: Mansard <nmansard@laas.fr> Date: Thu, 17 Jan 2013 14:48:15 +0100 Subject: [PATCH] IVIGIT, added signal-helper (macros to ease the declaration of signals) and entity helper (macros to make the macros of signal-helper possible). --- include/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 7618ba0..079ed6d 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -60,6 +60,8 @@ time-dependency.t.cpp signal-caster.h signal-cast-helper.h all-signals.h +signal-helper.h +entity-helper.h tracer.h tracer-real-time.h -- GitLab