mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01: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"
|
set(SOURCES "Sources/ClBaical.cpp"
|
||||||
"Sources/ClFile.cpp"
|
"Sources/ClFile.cpp"
|
||||||
"Sources/ClText.cpp"
|
|
||||||
"Sources/Client.cpp"
|
"Sources/Client.cpp"
|
||||||
"Sources/ClNull.cpp"
|
"Sources/ClNull.cpp"
|
||||||
|
"Sources/ClText.cpp"
|
||||||
"Sources/CRC32.cpp"
|
"Sources/CRC32.cpp"
|
||||||
"Sources/Proxy.cpp"
|
"Sources/Proxy.cpp"
|
||||||
"Sources/Telemetry.cpp"
|
"Sources/Telemetry.cpp"
|
||||||
"Sources/Trace.cpp")
|
"Sources/Trace.cpp"
|
||||||
|
)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(RESOURCES "Sources/P7Client.rc")
|
set(RESOURCES "Sources/P7Client.rc")
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Source: libp7-baical
|
Source: libp7-baical
|
||||||
Version: 4.1
|
Version: 4.4-1
|
||||||
Description: P7 is a library for high-speed sending telemetry & trace data from application
|
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")
|
message(FATAL_ERROR "libP7 does not support ARM")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(LIBP7_VERSION 4.1)
|
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||||
set(LIBP7_HASH 6259416378f1fe60ad6097faf9facd2de1a3ea13e8015a5727d6a179caa88a7f6707b47273afceebc16b39883da4768f29feac199f7d6c354b744b643c2044ab)
|
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})
|
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libP7_v${LIBP7_VERSION})
|
||||||
|
|
||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user