build/win: LibuvCMakeLists.txt: adapt to moved headers

Headers were moved in v1.21.0
99ae3edf28
This commit is contained in:
Justin M. Keyes 2018-11-01 04:35:36 +01:00
parent fc5dea02b6
commit 8480b74010

View File

@ -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