Skip to content
Snippets Groups Projects
Commit 64b35da9 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Add plural _INCLUDE_DIRS _LIBRARIES variables to find cmake. Add gitignore file

parent 8c00afa1
No related branches found
No related tags found
No related merge requests found
bin
build
lib
...@@ -3,7 +3,10 @@ FIND_PATH(trajectory_INCLUDE_DIR trajectory.h /usr/include/iri/trajectory /usr/l ...@@ -3,7 +3,10 @@ FIND_PATH(trajectory_INCLUDE_DIR trajectory.h /usr/include/iri/trajectory /usr/l
FIND_LIBRARY(trajectory_LIBRARY FIND_LIBRARY(trajectory_LIBRARY
NAMES trajectory NAMES trajectory
PATHS /usr/lib/iri/trajectory /usr/local/lib /usr/local/lib/iri/trajectory) PATHS /usr/lib/iri/trajectory /usr/local/lib /usr/local/lib/iri/trajectory)
SET(trajectory_INCLUDE_DIRS ${trajectory_INCLUDE_DIR})
SET(trajectory_LIBRARIES ${trajectory_LIBRARY})
IF (trajectory_INCLUDE_DIR AND trajectory_LIBRARY) IF (trajectory_INCLUDE_DIR AND trajectory_LIBRARY)
SET(trajectory_FOUND TRUE) SET(trajectory_FOUND TRUE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment