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
bno055_imu_driver
Commits
0b8bf5d6
Commit
0b8bf5d6
authored
Jul 01, 2019
by
Alejandro Lopez Gestoso
Browse files
Added all the headers to FIND_PATH
parent
a45613b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Findbno055_imu_driver.cmake
View file @
0b8bf5d6
#edit the following line to add the librarie's header files
FIND_PATH
(
bno055_imu_driver_INCLUDE_DIR bno055_imu_driver.h /usr/include/iridrivers /usr/local/include/iridrivers
)
FIND_PATH
(
bno055_imu_driver_INCLUDE_DIR bno055_imu_driver.h
bno055_imu_exceptions.h bno055_common.h
/usr/include/iridrivers /usr/local/include/iridrivers
)
FIND_LIBRARY
(
bno055_imu_driver_LIBRARY
NAMES bno055_imu_driver
...
...
Findbno055_imu_sim.cmake
View file @
0b8bf5d6
#edit the following line to add the librarie's header files
FIND_PATH
(
bno055_imu_sim_INCLUDE_DIR bno055_imu_sim.h /usr/include/iridrivers /usr/local/include/iridrivers
)
FIND_PATH
(
bno055_imu_sim_INCLUDE_DIR bno055_imu_sim.h
bno055_imu_exceptions.h bno055_common.h
/usr/include/iridrivers /usr/local/include/iridrivers
)
FIND_LIBRARY
(
bno055_imu_sim_LIBRARY
NAMES bno055_imu_sim
...
...
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