[presentmon] Add source code files (#39532)

This commit is contained in:
jim wang 2024-06-27 03:45:52 +00:00 committed by GitHub
parent 2aec6dc332
commit 20ee7e19f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 2 deletions

View File

@ -6,6 +6,7 @@ option(BUILD_TOOLS "Build tool PresentMon" OFF)
set(PRESENTDATA_SRCS
PresentData/Debug.cpp
PresentData/GpuTrace.cpp
PresentData/MixedRealityTraceConsumer.cpp
PresentData/PresentMonTraceConsumer.cpp
PresentData/TraceConsumer.cpp
@ -14,6 +15,7 @@ set(PRESENTDATA_SRCS
set(PRESENTDATA_HDRS
PresentData/Debug.hpp
PresentData/GpuTrace.hpp
PresentData/MixedRealityTraceConsumer.hpp
PresentData/PresentMonTraceConsumer.hpp
PresentData/TraceConsumer.hpp

View File

@ -29,4 +29,4 @@ if("tools" IN_LIST FEATURES)
vcpkg_copy_tools(TOOL_NAMES presentmon AUTO_CLEAN)
endif()
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")

View File

@ -1,6 +1,7 @@
{
"name": "presentmon",
"version-semver": "1.10.0",
"port-version": 1,
"description": "PresentMon is a tool to capture and analyze ETW events related to swap chain presentation on Windows.",
"supports": "windows & !uwp",
"dependencies": [

View File

@ -7010,7 +7010,7 @@
},
"presentmon": {
"baseline": "1.10.0",
"port-version": 0
"port-version": 1
},
"proj": {
"baseline": "9.4.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b00ceac5f8c1c2abf8f819f27b1582ea9427cb70",
"version-semver": "1.10.0",
"port-version": 1
},
{
"git-tree": "417fbf81c84e94583e4e8b852412d15e799cfd99",
"version-semver": "1.10.0",