File: FindUDev.cmake

package info (click to toggle)
rdma-core 61.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,124 kB
  • sloc: ansic: 176,798; python: 15,496; sh: 2,742; perl: 1,465; makefile: 73
file content (11 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
# COPYRIGHT (c) 2016 Obsidian Research Corporation.
# Licensed under BSD (MIT variant) or GPLv2. See COPYING.

find_library(LIBUDEV_LIBRARY NAMES udev libudev)

set(UDEV_LIBRARIES ${LIBUDEV_LIBRARY})

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(UDev REQUIRED_VARS LIBUDEV_LIBRARY)

mark_as_advanced(LIBUDEV_LIBRARY)