mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 02:47:28 +10:00
build/win: LibuvCMakeLists.txt: adapt to moved headers
Headers were moved in v1.21.0
99ae3edf28
This commit is contained in:
13
third-party/cmake/LibuvCMakeLists.txt
vendored
13
third-party/cmake/LibuvCMakeLists.txt
vendored
@@ -13,14 +13,17 @@ if(BUILD_SHARED_LIBS)
|
||||
endif()
|
||||
|
||||
install(FILES
|
||||
include/tree.h
|
||||
include/uv.h
|
||||
include/uv-version.h
|
||||
include/uv-errno.h
|
||||
include/uv-threadpool.h
|
||||
include/uv-win.h
|
||||
DESTINATION include)
|
||||
|
||||
install(FILES
|
||||
include/uv/errno.h
|
||||
include/uv/threadpool.h
|
||||
include/uv/tree.h
|
||||
include/uv/version.h
|
||||
include/uv/win.h
|
||||
DESTINATION include/uv)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
install(TARGETS uv
|
||||
PUBLIC_HEADER
|
||||
|
||||
Reference in New Issue
Block a user