mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
[presentmon] Add source code files (#39532)
This commit is contained in:
parent
2aec6dc332
commit
20ee7e19f2
@ -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
|
||||
|
@ -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")
|
||||
|
@ -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": [
|
||||
|
@ -7010,7 +7010,7 @@
|
||||
},
|
||||
"presentmon": {
|
||||
"baseline": "1.10.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"proj": {
|
||||
"baseline": "9.4.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b00ceac5f8c1c2abf8f819f27b1582ea9427cb70",
|
||||
"version-semver": "1.10.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "417fbf81c84e94583e4e8b852412d15e799cfd99",
|
||||
"version-semver": "1.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user