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
Wolfgang Merkt
example-robot-data
Commits
f55041cd
Commit
f55041cd
authored
Apr 16, 2019
by
Carlos Mastalli
Browse files
[bugfix] Fixed issues with the installation
parent
27fcda1b
Changes
2
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f55041cd
...
...
@@ -17,7 +17,9 @@ ADD_REQUIRED_DEPENDENCY("pinocchio >= 2.1.0")
FINDPYTHON
()
INSTALL
(
DIRECTORY hyq_description DESTINATION share/
${
PROJECT_NAME
}
)
INSTALL
(
DIRECTORY icub_description DESTINATION share/
${
PROJECT_NAME
}
)
INSTALL
(
DIRECTORY talos_data DESTINATION share/
${
PROJECT_NAME
}
)
INSTALL
(
DIRECTORY tiago_description DESTINATION share/
${
PROJECT_NAME
}
)
ADD_SUBDIRECTORY
(
python
)
ADD_SUBDIRECTORY
(
unittest
)
...
...
python/CMakeList.txt
→
python/CMakeList
s
.txt
View file @
f55041cd
File moved
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