From 81a346553c76b25286111305c8b3a33d4a9f4a8f Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Sat, 28 Feb 2015 10:41:53 -0300 Subject: deps: Add libvterm to the project dependencies libvterm is a terminal emulation library with abstract display. It will be used to implement builtin terminal emulation into Nvim. --- src/nvim/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index c59de2b5de..92fbc0c8c9 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -171,7 +171,7 @@ list(APPEND NVIM_LINK_LIBRARIES ${LIBUV_LIBRARIES} ${MSGPACK_LIBRARIES} ${LUAJIT_LIBRARIES} - ${LIBTICKIT_LIBRARIES} + ${LIBVTERM_LIBRARIES} ${LIBTERMKEY_LIBRARIES} ${LIBUNIBILIUM_LIBRARIES} m -- cgit