mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
[libp7-baical] update to 4.4
This commit is contained in:
parent
ea4799847f
commit
c50e9b4cfb
@ -3,13 +3,14 @@ cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
set(SOURCES "Sources/ClBaical.cpp"
|
||||
"Sources/ClFile.cpp"
|
||||
"Sources/ClText.cpp"
|
||||
"Sources/Client.cpp"
|
||||
"Sources/ClNull.cpp"
|
||||
"Sources/ClText.cpp"
|
||||
"Sources/CRC32.cpp"
|
||||
"Sources/Proxy.cpp"
|
||||
"Sources/Telemetry.cpp"
|
||||
"Sources/Trace.cpp")
|
||||
"Sources/Trace.cpp"
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
set(RESOURCES "Sources/P7Client.rc")
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: libp7-baical
|
||||
Version: 4.1
|
||||
Version: 4.4-1
|
||||
Description: P7 is a library for high-speed sending telemetry & trace data from application
|
||||
|
@ -4,8 +4,12 @@ if(VCPKG_TARGET_ARCHITECTURE STREQUAL arm)
|
||||
message(FATAL_ERROR "libP7 does not support ARM")
|
||||
endif()
|
||||
|
||||
set(LIBP7_VERSION 4.1)
|
||||
set(LIBP7_HASH 6259416378f1fe60ad6097faf9facd2de1a3ea13e8015a5727d6a179caa88a7f6707b47273afceebc16b39883da4768f29feac199f7d6c354b744b643c2044ab)
|
||||
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
message(FATAL_ERROR "libP7 does not support UWP")
|
||||
endif()
|
||||
|
||||
set(LIBP7_VERSION 4.4)
|
||||
set(LIBP7_HASH ce33db9a0c731e4dff95646703fe5fd96015f1c528377aa5dbe2e533529b0e8c45a4b74ee2b4616a811a7f9038c12edf106b08b3c21cec9cb6bdf85ad6e1d64f)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libP7_v${LIBP7_VERSION})
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
|
Loading…
x
Reference in New Issue
Block a user