From a92ecac8a79c9b03ba3aa86b1478f75c4d2f8847 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Mon, 13 Mar 2017 16:49:11 -0700 Subject: [uwebsockets] Fix control file. Add missing include. --- ports/uwebsockets/CONTROL | 2 +- ports/uwebsockets/portfile.cmake | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL index 840990004..4709e155f 100644 --- a/ports/uwebsockets/CONTROL +++ b/ports/uwebsockets/CONTROL @@ -1,4 +1,4 @@ Source: uwebsockets -Version: 0.12.0 +Version: 0.13.0-1 Build-Depends: libuv, openssl, zlib Description: Highly scalable cross-platform WebSocket & HTTP library for C++11 and Node.js \ No newline at end of file diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake index 1049e761d..47ee00624 100644 --- a/ports/uwebsockets/portfile.cmake +++ b/ports/uwebsockets/portfile.cmake @@ -20,6 +20,9 @@ vcpkg_configure_cmake( vcpkg_install_cmake() +file(GLOB HEADERS ${SOURCE_PATH}/src/*.h) +file(COPY ${HEADERS} DESTINATION ${CURRENT_PACKAGES_DIR}/include/uWS) + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/uwebsockets) -- cgit v1.2.3