mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
build/win: LibuvCMakeLists.txt: adapt to moved headers
Headers were moved in v1.21.0
99ae3edf28
This commit is contained in:
parent
fc5dea02b6
commit
8480b74010
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
|
||||
|
Loading…
Reference in New Issue
Block a user