mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
[tracy] add on-demand option for the client lib (#29429)
This commit is contained in:
parent
ffd75fe389
commit
a2f56c4dd6
@ -16,8 +16,13 @@ vcpkg_from_github(
|
||||
003-fix-imgui-path.patch
|
||||
)
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
FEATURES
|
||||
on-demand TRACY_ON_DEMAND)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
OPTIONS ${FEATURE_OPTIONS}
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tracy",
|
||||
"version-semver": "0.9.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.",
|
||||
"homepage": "https://github.com/wolfpld/tracy",
|
||||
"license": "BSD-3-Clause",
|
||||
@ -50,6 +50,9 @@
|
||||
"freetype",
|
||||
"glfw3"
|
||||
]
|
||||
},
|
||||
"on-demand": {
|
||||
"description": "Enable on-demand profiling"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7770,7 +7770,7 @@
|
||||
},
|
||||
"tracy": {
|
||||
"baseline": "0.9.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"transwarp": {
|
||||
"baseline": "2.2.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0a59d32d18bdd3f15658de8b36d8003d398f19ed",
|
||||
"version-semver": "0.9.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "ed78af871d0cb41933e62e1daf455ca02453139d",
|
||||
"version-semver": "0.9.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user