mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[libuv] Update to 1.12.0
This commit is contained in:
parent
feb0e9af9a
commit
6080676289
@ -52,21 +52,14 @@ target_include_directories(libuv PUBLIC ./include PRIVATE ./src)
|
|||||||
set_target_properties(libuv PROPERTIES DEFINE_SYMBOL BUILDING_UV_SHARED)
|
set_target_properties(libuv PROPERTIES DEFINE_SYMBOL BUILDING_UV_SHARED)
|
||||||
|
|
||||||
if(NOT UV_SKIP_HEADERS)
|
if(NOT UV_SKIP_HEADERS)
|
||||||
install(FILES
|
install(
|
||||||
include/tree.h
|
DIRECTORY include/
|
||||||
include/uv.h
|
DESTINATION include
|
||||||
include/uv-version.h
|
)
|
||||||
include/uv-errno.h
|
|
||||||
include/uv-threadpool.h
|
|
||||||
include/uv-win.h
|
|
||||||
include/uv-unix.h
|
|
||||||
include/uv-darwin.h
|
|
||||||
include/pthread-barrier.h
|
|
||||||
DESTINATION include
|
|
||||||
)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(TARGETS libuv
|
install(TARGETS libuv
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
ARCHIVE DESTINATION lib
|
ARCHIVE DESTINATION lib
|
||||||
LIBRARY DESTINATION lib)
|
LIBRARY DESTINATION lib
|
||||||
|
)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Source: libuv
|
Source: libuv
|
||||||
Version: 1.20.3-2
|
Version: 1.21.0-1
|
||||||
Description: libuv is a multi-platform support library with a focus on asynchronous I/O.
|
Description: libuv is a multi-platform support library with a focus on asynchronous I/O.
|
||||||
|
@ -3,8 +3,8 @@ include(vcpkg_common_functions)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO libuv/libuv
|
REPO libuv/libuv
|
||||||
REF v1.20.3
|
REF v1.21.0
|
||||||
SHA512 60ebc0059ec9fdd022aa9d60b2a0340f29e037bf79fa08707f6f2ecca9ec263c7a6466bdc1f94e0875a6a627ee749efa86117dedb22119676a7bafed8b5d77a0
|
SHA512 ab6b52f8bee1900953d9136e4d281f81ba9f14287760f7bfc8633289699cb9eeaab15d9146ed05b164631fcb3c2b5abcee8c10499d080a82a411bb1f02564c48
|
||||||
HEAD_REF v1.x
|
HEAD_REF v1.x
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user