Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
battery_monitor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
drivers
battery_monitor
Commits
0d840c47
Commit
0d840c47
authored
5 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Remove unbind_ftdi_udev scripts, as they were moved to comm driver. Fix load_pcspkr script names
parent
d0dc97af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CMakeLists.txt
+3
-3
3 additions, 3 deletions
src/CMakeLists.txt
with
3 additions
and
3 deletions
src/CMakeLists.txt
+
3
−
3
View file @
0d840c47
...
@@ -28,8 +28,8 @@ INSTALL(TARGETS battery_monitor
...
@@ -28,8 +28,8 @@ INSTALL(TARGETS battery_monitor
ARCHIVE DESTINATION lib/iri/
${
PROJECT_NAME
}
)
ARCHIVE DESTINATION lib/iri/
${
PROJECT_NAME
}
)
INSTALL
(
FILES
${
headers
}
DESTINATION include/iri/
${
PROJECT_NAME
}
)
INSTALL
(
FILES
${
headers
}
DESTINATION include/iri/
${
PROJECT_NAME
}
)
INSTALL
(
FILES ../Findbattery_monitor.cmake DESTINATION
${
CMAKE_ROOT
}
/Modules/
)
INSTALL
(
FILES ../Findbattery_monitor.cmake DESTINATION
${
CMAKE_ROOT
}
/Modules/
)
INSTALL
(
FILES ../scripts/
unbind_ftdi_udev.sh
INSTALL
(
FILES ../scripts/
load_pcspkr
../scripts/undo_
unbind_ftdi_udev.sh
../scripts/undo_
load_pcspkr
DESTINATION share/iri
DESTINATION share/iri
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
)
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
)
ADD_SUBDIRECTORY
(
examples
)
ADD_SUBDIRECTORY
(
examples
)
...
@@ -63,4 +63,4 @@ INSTALL(FILES
...
@@ -63,4 +63,4 @@ INSTALL(FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/../
${
firmware_dir
}
/avr8_battery_monitor_eeprom.hex
${
CMAKE_CURRENT_SOURCE_DIR
}
/../
${
firmware_dir
}
/avr8_battery_monitor_eeprom.hex
${
CMAKE_CURRENT_SOURCE_DIR
}
/../
${
firmware_dir
}
/avr8_battery_monitor.hex
${
CMAKE_CURRENT_SOURCE_DIR
}
/../
${
firmware_dir
}
/avr8_battery_monitor.hex
DESTINATION lib/firmware/iri/
${
PROJECT_NAME
}
DESTINATION lib/firmware/iri/
${
PROJECT_NAME
}
OPTIONAL
)
OPTIONAL
)
\ No newline at end of file
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