From adcfe4df35a44ebfec85faf894bed60ea401f4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MACHIZAUD=20Andr=C3=A9a?= Date: Thu, 7 Apr 2022 23:27:18 +0200 Subject: Add Vcpkg manifest + MSBuild integration --- vcpkg.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vcpkg.json (limited to 'vcpkg.json') 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" + ] +} -- cgit v1.2.3