Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_base_driver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
iri_core
iri_base_driver
Commits
01c9241e
Commit
01c9241e
authored
11 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Added build_depends
parent
e6b99849
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+0
-10
0 additions, 10 deletions
CMakeLists.txt
package.xml
+3
-1
3 additions, 1 deletion
package.xml
with
3 additions
and
11 deletions
CMakeLists.txt
+
0
−
10
View file @
01c9241e
...
...
@@ -128,11 +128,6 @@ add_library(${PROJECT_NAME} src/iri_base_driver.cpp)
# LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
# )
install
(
TARGETS
${
PROJECT_NAME
}
ARCHIVE DESTINATION
${
CATKIN_PACKAGE_LIB_DESTINATION
}
LIBRARY DESTINATION
${
CATKIN_PACKAGE_LIB_DESTINATION
}
RUNTIME DESTINATION
${
CATKIN_PACKAGE_BIN_DESTINATION
}
)
## Mark cpp header files for installation
# install(DIRECTORY include/${PROJECT_NAME}/
...
...
@@ -140,11 +135,6 @@ install(TARGETS ${PROJECT_NAME}
# FILES_MATCHING PATTERN "*.h"
# PATTERN ".svn" EXCLUDE
# )
install
(
DIRECTORY include/
DESTINATION
${
CATKIN_PACKAGE_INCLUDE_DESTINATION
}
FILES_MATCHING PATTERN
"*.h"
PATTERN
".svn"
EXCLUDE
)
## Mark other files for installation (e.g. launch and bag files, etc.)
# install(FILES
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
3
−
1
View file @
01c9241e
...
...
@@ -33,7 +33,9 @@
<!-- Dependencies can be catkin packages or system dependencies -->
<!-- Examples: -->
<!-- Use build_depend for packages you need at compile time: -->
<!-- <build_depend>roscpp</build_depend>-->
<build_depend>
roscpp
</build_depend>
<build_depend>
driver_base
</build_depend>
<build_depend>
dynamic_reconfigure
</build_depend>
<!-- Use buildtool_depend for build tool packages: -->
<!-- <buildtool_depend>catkin</buildtool_depend> -->
<!-- Use run_depend for packages you need at runtime: -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment