From cf69d930e3b93bba9dd26c670fd69069c6e9601a Mon Sep 17 00:00:00 2001 From: Florent Lamiraux <florent@laas.fr> Date: Wed, 26 Jan 2011 21:01:41 +0100 Subject: [PATCH] Install and include in interpreter.hh api.hh. --- CMakeLists.txt | 1 + include/dynamic-graph/python/interpreter.hh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e80f66..bf5c37a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,7 @@ SET(CUSTOM_HEADER_DIR "dynamic-graph/python") # Headers list. SET(${PROJECT_NAME}_HEADERS include/dynamic-graph/python/interpreter.hh + include/dynamic-graph/python/api.hh ) # Defines paths. diff --git a/include/dynamic-graph/python/interpreter.hh b/include/dynamic-graph/python/interpreter.hh index 748d107..ce9977b 100644 --- a/include/dynamic-graph/python/interpreter.hh +++ b/include/dynamic-graph/python/interpreter.hh @@ -23,6 +23,8 @@ #ifndef DYNAMIC_GRAPH_PYTHON_INTERPRETER_H # define DYNAMIC_GRAPH_PYTHON_INTERPRETER_H +#include "dynamic-graph/python/api.hh" + namespace dynamicgraph { namespace python { /// -- GitLab