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-tutorial
Commits
2f322c63
Commit
2f322c63
authored
Jul 13, 2018
by
Guilhem Saurel
Browse files
[CMake] fix python file installation
parent
2aafca6e
Pipeline
#3328
passed with stage
in 7 minutes and 53 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
2f322c63
...
...
@@ -29,7 +29,7 @@ PKG_CONFIG_USE_DEPENDENCY(${PROJECT_NAME} dynamic-graph)
IF
(
BUILD_PYTHON_INTERFACE
)
PKG_CONFIG_USE_DEPENDENCY
(
${
PROJECT_NAME
}
dynamic-graph-python
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tutorial"
${
PROJECT_NAME
}
wrap
)
INSTALL
(
FILES
${${
PY_NAME
}
_PYTHON
}
DESTINATION
"
${
PYTHON_SITELIB
}
/dynamic
-
graph/tutorial/"
)
INSTALL
(
FILES
${${
PY_NAME
}
_PYTHON
}
DESTINATION
"
${
PYTHON_SITELIB
}
/dynamic
_
graph/tutorial/"
)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
INSTALL
(
TARGETS
${
PROJECT_NAME
}
DESTINATION lib
)
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