aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindLIBVTERM.cmake
blob: 469494ddfdb3fa868384169b906a6c64c5d2eadf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# - Try to find libvterm
# Once done this will define
#  LIBVTERM_FOUND - System has libvterm
#  LIBVTERM_INCLUDE_DIRS - The libvterm include directories
#  LIBVTERM_LIBRARIES - The libraries needed to use libvterm

include(LibFindMacros)

libfind_pkg_detect(LIBVTERM vterm FIND_PATH vterm.h FIND_LIBRARY vterm)
libfind_process(LIBVTERM REQUIRED)