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
hpp-util
Commits
d6d72db2
Commit
d6d72db2
authored
Sep 07, 2010
by
Thomas Moulard
Browse files
Fix Debian package support.
parent
bd9a60e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d6d72db2
...
...
@@ -20,6 +20,13 @@ INCLUDE(cmake/base.cmake)
SET
(
PROJECT_NAME hpp-util
)
SET
(
PROJECT_VERSION 0.2
)
SET
(
PROJECT_DESCRIPTION
"Debugging tools for the HPP project."
)
SET
(
PROJECT_URL
"http://github.com/laas/hpp-util"
)
SET
(
PROJECT_EMAIL
"hpp@laas.fr"
)
SET
(
PROJECT_MAINTAINER
"Thomas Moulard <thomas.moulard@gmail.com>"
)
# Debian additional information.
SET
(
CPACK_DEBIAN_PACKAGE_DEPENDS
"libboost-dev (>= 1.35)"
)
SETUP_PROJECT
()
...
...
cmake
@
20b848b8
Compare
81333921
...
20b848b8
Subproject commit
81333921d36ba657f064850a1f25fd4d5333c7ff
Subproject commit
20b848b870e2859bd3d4ea0749b592fd41084b5a
package-description
0 → 100644
View file @
d6d72db2
The hpp-util library stores several technical tools (debugging,
benchmark) for the Humanoid Path Planner project.
\ No newline at end of file
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