Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
drivers
usb_i2c_adapter
Commits
16e690d8
Commit
16e690d8
authored
Feb 19, 2012
by
Sergi Hernandez
Browse files
Initial commit of the segway battery driver.
parent
c265c62b
Changes
1
Hide whitespace changes
Inline
Side-by-side
trunk/src/examples/CMakeLists.txt
View file @
16e690d8
...
...
@@ -4,3 +4,8 @@ ADD_EXECUTABLE(test_usb_i2c test_usb_i2c.cpp)
# edit the following line to add the necessary libraries
TARGET_LINK_LIBRARIES
(
test_usb_i2c usb_i2c_adapter
${
iriutils_LIBRARY
}
${
comm_LIBRARY
}
)
# edit the following line to add the source code for the example and the name of the executable
ADD_EXECUTABLE
(
test_battery battery_test.cpp
)
# edit the following line to add the necessary libraries
TARGET_LINK_LIBRARIES
(
test_battery usb_i2c_adapter
${
iriutils_LIBRARY
}
${
comm_LIBRARY
}
)
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