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
68833dfa
Commit
68833dfa
authored
Apr 18, 2011
by
Francois Keith
Browse files
Add missing dependency in python
parent
3210e095
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
68833dfa
...
...
@@ -73,7 +73,7 @@ SET_TARGET_PROPERTIES(${PYTHON_MODULE}
PROPERTIES PREFIX
""
)
PKG_CONFIG_USE_DEPENDENCY
(
${
PYTHON_MODULE
}
dynamic-graph
)
TARGET_LINK_LIBRARIES
(
${
PYTHON_MODULE
}
)
TARGET_LINK_LIBRARIES
(
${
PYTHON_MODULE
}
${
PYTHON_LIBRARY
}
)
CONFIG_FILES
(
link-to-python.hh
)
INCLUDE_DIRECTORIES
(
${
PYTHON_INCLUDE_PATH
}
...
...
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