Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
cf69d930
Commit
cf69d930
authored
Jan 26, 2011
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Jan 26, 2011
Browse files
Install and include in interpreter.hh api.hh.
parent
ac27ff1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cf69d930
...
...
@@ -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.
...
...
include/dynamic-graph/python/interpreter.hh
View file @
cf69d930
...
...
@@ -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
{
///
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment