mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
11 lines
347 B
CMake
11 lines
347 B
CMake
# - 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)
|