Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
finddd_descriptor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
algorithms
finddd_descriptor
Commits
990a8973
Commit
990a8973
authored
5 years ago
by
Sergi Martínez Sánchez
Browse files
Options
Downloads
Patches
Plain Diff
Findfinddd_descriptor.cmake file added
parent
82e533cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Findfinddd_descriptor.cmake
+21
-0
21 additions, 0 deletions
Findfinddd_descriptor.cmake
with
21 additions
and
0 deletions
Findfinddd_descriptor.cmake
0 → 100644
+
21
−
0
View file @
990a8973
#edit the following line to add the librarie's header files
FIND_PATH
(
finddd_descriptor_INCLUDE_DIR finddd_descriptor.h /usr/include/iridrivers /usr/local/include/iridrivers
)
FIND_LIBRARY
(
finddd_descriptor_LIBRARY
NAMES finddd_descriptor
PATHS /usr/lib /usr/local/lib /usr/local/lib/iridrivers
)
IF
(
finddd_descriptor_INCLUDE_DIR AND finddd_descriptor_LIBRARY
)
SET
(
finddd_descriptor_FOUND TRUE
)
ENDIF
(
finddd_descriptor_INCLUDE_DIR AND finddd_descriptor_LIBRARY
)
IF
(
finddd_descriptor_FOUND
)
IF
(
NOT finddd_descriptor_FIND_QUIETLY
)
MESSAGE
(
STATUS
"Found finddd_descriptor:
${
finddd_descriptor_LIBRARY
}
"
)
ENDIF
(
NOT finddd_descriptor_FIND_QUIETLY
)
ELSE
(
finddd_descriptor_FOUND
)
IF
(
finddd_descriptor_FIND_REQUIRED
)
MESSAGE
(
FATAL_ERROR
"Could not find finddd_descriptor"
)
ENDIF
(
finddd_descriptor_FIND_REQUIRED
)
ENDIF
(
finddd_descriptor_FOUND
)
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