From fbdca689448a673d37de72883d77b60c8140eea5 Mon Sep 17 00:00:00 2001 From: Mansard <nmansard@laas.fr> Date: Mon, 24 Jan 2011 12:07:34 +0100 Subject: [PATCH] Added all-commnds in the cmake list. --- include/CMakeLists.txt | 3 ++- include/dynamic-graph/all-commands.h | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 349c0402..bd8fcde2 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -72,14 +72,15 @@ tracer-real-time.h command.h linear-algebra.h value.h + command-setter.h command-setter.t.cpp command-getter.h command-getter.t.cpp - command-direct-getter.h command-direct-setter.h command-bind.h +all-commands.h ) # Recreate correct path for the headers diff --git a/include/dynamic-graph/all-commands.h b/include/dynamic-graph/all-commands.h index fc3373d3..8d537244 100644 --- a/include/dynamic-graph/all-commands.h +++ b/include/dynamic-graph/all-commands.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- -// Copyright 2010, François Bleibel, Thomas Moulard, Olivier Stasse, -// JRL, CNRS/AIST. +// Copyright 2010, François Bleibel, Olivier Stasse, JRL, CNRS/AIST +// Thomas Moulard, Nicolas Mansard LAAS-CNRS // // This file is part of dynamic-graph. // dynamic-graph is free software: you can redistribute it and/or @@ -15,10 +15,10 @@ // received a copy of the GNU Lesser General Public License along with // dynamic-graph. If not, see <http://www.gnu.org/licenses/>. -#ifndef DYNAMIC_GRAPH_ALL_SIGNALS_H -# define DYNAMIC_GRAPH_ALL_SIGNALS_H +#ifndef DYNAMIC_GRAPH_ALL_COMMANDS_H +# define DYNAMIC_GRAPH_ALL_COMMANDS_H -// Utility header files including all signal headers +// Utility header files including all commands headers #include <dynamic-graph/command-bind.h> #include <dynamic-graph/command-direct-getter.h> @@ -27,4 +27,4 @@ #include <dynamic-graph/command.h> #include <dynamic-graph/command-setter.h> -#endif //! DYNAMIC_GRAPH_ALL_SIGNALS_H +#endif //! DYNAMIC_GRAPH_ALL_COMMANDS_H -- GitLab