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
4944617f
Commit
4944617f
authored
Jun 30, 2020
by
Olivier Stasse
Browse files
[cmake] Change the name of the library by the target.
parent
da71be1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
4944617f
...
...
@@ -17,5 +17,6 @@ ENDFOREACH(source)
# --- ADD the wrap on the dg modules
LINK_DIRECTORIES
(
${
DYNAMIC_GRAPH_PLUGINDIR
}
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer"
tracer tracer-wrap
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer_real_time"
tracer-real-time tracer_real_time-wrap
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer"
dynamic-graph::tracer tracer-wrap
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer_real_time"
dynamic-graph::tracer-real-time
tracer_real_time-wrap
)
Olivier Stasse
@ostasse
mentioned in commit
a4be25dd
·
Jul 24, 2020
mentioned in commit
a4be25dd
mentioned in commit a4be25dd599b1216dad254e2769a848a36e3abdc
Toggle commit list
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