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
Guilhem Saurel
ndcurves
Commits
1924448a
Commit
1924448a
authored
Jan 03, 2019
by
Guilhem Saurel
Browse files
[CMake] install target instead of file
parent
6400ecc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/CMakeLists.txt
View file @
1924448a
...
...
@@ -20,7 +20,7 @@ ENDIF(APPLE)
PKG_CONFIG_USE_DEPENDENCY
(
spline eigenpy
)
INSTALL
(
FILES
${
LIBRARY_OUTPUT_PATH
}
spline
.so
DESTINATION
${
PYTHON_SITELIB
}
TARGETS
spline DESTINATION
${
PYTHON_SITELIB
}
)
ADD_PYTHON_UNIT_TEST
(
"python-spline"
"python/test/test.py"
"python"
)
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