Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-04-08 00:27:18 +0300
committerMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-05-09 11:42:10 +0300
commitadcfe4df35a44ebfec85faf894bed60ea401f4b0 (patch)
tree3520a5cbdc78ff604690b0eebd4a10169cdc4936 /vcpkg.json
parent0a432ed349c22a3adf25f779dd53791acff6eaa0 (diff)
Add Vcpkg manifest + MSBuild integration
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
new file mode 100644
index 00000000..b4109e3a
--- /dev/null
+++ b/vcpkg.json
@@ -0,0 +1,13 @@
+{
+ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
+ "name": "tracy",
+ "version-semver": "0.8.0",
+ "description": "C++ frame profiler",
+ "homepage": "https://github.com/wolfpld/tracy",
+ "builtin-baseline": "af2287382b1991dbdcb7e5112d236f3323b9dd7a",
+ "dependencies": [
+ { "name": "capstone", "features":[ "arm", "arm64", "x86" ] },
+ "freetype",
+ "glfw3"
+ ]
+}