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
Stack Of Tasks
dynamic-graph-python
Commits
8a3476ea
Commit
8a3476ea
authored
Oct 29, 2019
by
Guilhem Saurel
Browse files
[CMake] link to python
parent
86cb9031
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamic_graph/CMakeLists.txt
View file @
8a3476ea
...
...
@@ -17,6 +17,8 @@ ADD_LIBRARY(${PYTHON_MODULE}
signal-wrapper.cc
)
TARGET_LINK_LIBRARIES
(
${
PYTHON_MODULE
}
${
PYTHON_LIBRARY
}
)
# Remove prefix lib
SET_TARGET_PROPERTIES
(
${
PYTHON_MODULE
}
PROPERTIES PREFIX
""
)
...
...
Write
Preview
Supports
Markdown
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