aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--third-party/cmake/LibuvCMakeLists.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/third-party/cmake/LibuvCMakeLists.txt b/third-party/cmake/LibuvCMakeLists.txt
index c9b7c56e7b..0432319834 100644
--- a/third-party/cmake/LibuvCMakeLists.txt
+++ b/third-party/cmake/LibuvCMakeLists.txt
@@ -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