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
409fe268
Commit
409fe268
authored
Jul 09, 2019
by
Alejandro Lopez Gestoso
Browse files
Adapted to the new installation directories
parent
59793ea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Findusb_i2c_adapter.cmake
View file @
409fe268
#edit the following line to add the librarie's header files
FIND_PATH
(
usb_i2c_adapter_INCLUDE_DIR usb_i2c.h usb_i2c_exceptions.h /usr/include/iri/usb_i2c_adapter /usr/
local/
include/iri/usb_i2c_adapter
)
FIND_PATH
(
usb_i2c_adapter_INCLUDE_DIR usb_i2c.h usb_i2c_exceptions.h /usr/
local/
include/iri/usb_i2c_adapter /usr/include/iri/usb_i2c_adapter
)
FIND_LIBRARY
(
usb_i2c_adapter_LIBRARY
NAMES usb_i2c_adapter
PATHS /usr/l
ib /usr
/lib/iri/usb_i2c_adapter /usr/
local/lib /usr/local/
lib/iri/usb_i2c_adapter
)
PATHS /usr/l
ocal
/lib/iri/usb_i2c_adapter /usr/lib/iri/usb_i2c_adapter
)
SET
(
usb_i2c_adapter_INCLUDE_DIRS
${
usb_i2c_adapter_INCLUDE_DIR
}
)
SET
(
usb_i2c_adapter_LIBRARIES
${
usb_i2c_adapter_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