File:  [HATARI the Atari ST Emulator] / hatari / cmake / FindUdev.cmake
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 9 08:56:20 2019 UTC (7 years, 1 month ago) by root
Branches: hatari, MAIN
CVS tags: hatari02210, hatari02200, hatari02100, hatari02000, HEAD
hatari 2.0.0


if(UDEV_INCLUDE_DIR)
  # Already in cache, be silent
  set(UDEV_FIND_QUIETLY TRUE)
endif(UDEV_INCLUDE_DIR)

find_path(UDEV_INCLUDE_DIR libudev.h)

find_library(UDEV_LIBRARY NAMES udev)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(UDEV DEFAULT_MSG
                                  UDEV_LIBRARY UDEV_INCLUDE_DIR)

mark_as_advanced(UDEV_LIBRARY UDEV_INCLUDE_DIR)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.