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
LidarLite
Commits
116d1b6f
Commit
116d1b6f
authored
Aug 29, 2019
by
Alejandro Lopez Gestoso
Browse files
Added all the headers to FIND_PATH
parent
b00933de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Findlidar_lite.cmake
View file @
116d1b6f
#edit the following line to add the librarie's header files
FIND_PATH
(
lidar_lite_INCLUDE_DIR lidar_lite.h /usr/include/iridrivers/lidar_lite /usr/local/include/iridrivers/lidar_lite
)
FIND_PATH
(
lidar_lite_INCLUDE_DIR lidar_lite.h
exceptions.h lidar_lite_exceptions.h
/usr/include/iridrivers/lidar_lite /usr/local/include/iridrivers/lidar_lite
)
FIND_LIBRARY
(
lidar_lite_LIBRARY
NAMES lidar_lite
...
...
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