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

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

Add plural _INCLUDE_DIRS _LIBRARIES find cmake variables. Add gitignore file to ignore bin, build lib directories
parent 9fd3697e
No related branches found
No related tags found
No related merge requests found
FIND_PATH(comm_INCLUDE_DIR comm.h commexceptions.h rs232.h rs232exceptions.h ftdiserver.h ftdimodule.h ftdiexcetpions.h socket.h socketclient.h socketserver.h socketexceptions.h /usr/include/iri/comm /usr/local/include/iri/comm)
FIND_LIBRARY(comm_LIBRARY
NAMES comm
PATHS /usr/lib/iri/comm /usr/local/lib /usr/local/lib/iri/comm)
PATHS /usr/lib/iri/comm /usr/local/lib /usr/local/lib/iri/comm)
SET(comm_INCLUDE_DIRS ${comm_INCLUDE_DIR})
SET(comm_LIBRARIES ${comm_LIBRARY})
IF (comm_INCLUDE_DIR AND comm_LIBRARY)
SET(comm_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