FindLIBVTERM.cmake 347 B

1234567891011
  1. # - Try to find libvterm
  2. # Once done this will define
  3. # LIBVTERM_FOUND - System has libvterm
  4. # LIBVTERM_INCLUDE_DIRS - The libvterm include directories
  5. # LIBVTERM_LIBRARIES - The libraries needed to use libvterm
  6. include(LibFindMacros)
  7. libfind_pkg_detect(LIBVTERM vterm FIND_PATH vterm.h FIND_LIBRARY vterm)
  8. libfind_process(LIBVTERM REQUIRED)