Skip to content
Snippets Groups Projects
Commit fbdca689 authored by Nicolas Mansard's avatar Nicolas Mansard
Browse files

Added all-commnds in the cmake list.

parent 2674beca
No related branches found
No related tags found
No related merge requests found
...@@ -72,14 +72,15 @@ tracer-real-time.h ...@@ -72,14 +72,15 @@ tracer-real-time.h
command.h command.h
linear-algebra.h linear-algebra.h
value.h value.h
command-setter.h command-setter.h
command-setter.t.cpp command-setter.t.cpp
command-getter.h command-getter.h
command-getter.t.cpp command-getter.t.cpp
command-direct-getter.h command-direct-getter.h
command-direct-setter.h command-direct-setter.h
command-bind.h command-bind.h
all-commands.h
) )
# Recreate correct path for the headers # Recreate correct path for the headers
......
// -*- mode: c++ -*- // -*- mode: c++ -*-
// Copyright 2010, François Bleibel, Thomas Moulard, Olivier Stasse, // Copyright 2010, François Bleibel, Olivier Stasse, JRL, CNRS/AIST
// JRL, CNRS/AIST. // Thomas Moulard, Nicolas Mansard LAAS-CNRS
// //
// This file is part of dynamic-graph. // This file is part of dynamic-graph.
// dynamic-graph is free software: you can redistribute it and/or // dynamic-graph is free software: you can redistribute it and/or
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
// received a copy of the GNU Lesser General Public License along with // received a copy of the GNU Lesser General Public License along with
// dynamic-graph. If not, see <http://www.gnu.org/licenses/>. // dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
#ifndef DYNAMIC_GRAPH_ALL_SIGNALS_H #ifndef DYNAMIC_GRAPH_ALL_COMMANDS_H
# define DYNAMIC_GRAPH_ALL_SIGNALS_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-bind.h>
#include <dynamic-graph/command-direct-getter.h> #include <dynamic-graph/command-direct-getter.h>
...@@ -27,4 +27,4 @@ ...@@ -27,4 +27,4 @@
#include <dynamic-graph/command.h> #include <dynamic-graph/command.h>
#include <dynamic-graph/command-setter.h> #include <dynamic-graph/command-setter.h>
#endif //! DYNAMIC_GRAPH_ALL_SIGNALS_H #endif //! DYNAMIC_GRAPH_ALL_COMMANDS_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment