Skip to content
Snippets Groups Projects
Commit cf69d930 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Install and include in interpreter.hh api.hh.

parent ac27ff1b
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ SET(CUSTOM_HEADER_DIR "dynamic-graph/python") ...@@ -30,6 +30,7 @@ SET(CUSTOM_HEADER_DIR "dynamic-graph/python")
# Headers list. # Headers list.
SET(${PROJECT_NAME}_HEADERS SET(${PROJECT_NAME}_HEADERS
include/dynamic-graph/python/interpreter.hh include/dynamic-graph/python/interpreter.hh
include/dynamic-graph/python/api.hh
) )
# Defines paths. # Defines paths.
......
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
#ifndef DYNAMIC_GRAPH_PYTHON_INTERPRETER_H #ifndef DYNAMIC_GRAPH_PYTHON_INTERPRETER_H
# define DYNAMIC_GRAPH_PYTHON_INTERPRETER_H # define DYNAMIC_GRAPH_PYTHON_INTERPRETER_H
#include "dynamic-graph/python/api.hh"
namespace dynamicgraph { namespace dynamicgraph {
namespace python { namespace python {
/// ///
......
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