Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic-graph-python
Commits
4944617f
Commit
4944617f
authored
4 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
[cmake] Change the name of the library by the target.
parent
da71be1c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CMakeLists.txt
+3
-2
3 additions, 2 deletions
src/CMakeLists.txt
with
3 additions
and
2 deletions
src/CMakeLists.txt
+
3
−
2
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
)
This diff is collapsed.
Click to expand it.
Olivier Stasse
@ostasse
mentioned in commit
a4be25dd
·
4 years ago
mentioned in commit
a4be25dd
mentioned in commit a4be25dd599b1216dad254e2769a848a36e3abdc
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment