mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 20:45:02 +00:00
make use of libuv when found by CMake
This commit is contained in:
committed by
Thiago de Arruda
parent
598f9fba86
commit
2a6780431e
@@ -14,7 +14,7 @@ file( GLOB OS_SOURCES os/*.c )
|
||||
|
||||
add_executable (nvim ${NEOVIM_SOURCES} ${OS_SOURCES})
|
||||
|
||||
target_link_libraries (nvim m uv ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_link_libraries (vim m ${LibUV_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
include(CheckLibraryExists)
|
||||
check_library_exists(termcap tgetent "" HAVE_LIBTERMCAP)
|
||||
|
||||
Reference in New Issue
Block a user