Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
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)
...
@@ -17,5 +17,6 @@ ENDFOREACH(source)
# --- ADD the wrap on the dg modules
# --- ADD the wrap on the dg modules
LINK_DIRECTORIES
(
${
DYNAMIC_GRAPH_PLUGINDIR
}
)
LINK_DIRECTORIES
(
${
DYNAMIC_GRAPH_PLUGINDIR
}
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer"
tracer tracer-wrap
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer"
dynamic-graph::tracer tracer-wrap
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer_real_time"
tracer-real-time tracer_real_time-wrap
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer_real_time"
dynamic-graph::tracer-real-time
tracer_real_time-wrap
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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