aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libtracepoint/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libtracepoint/vcpkg.json')
-rw-r--r--vcpkg/ports/libtracepoint/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/libtracepoint/vcpkg.json b/vcpkg/ports/libtracepoint/vcpkg.json
new file mode 100644
index 0000000..3c6518f
--- /dev/null
+++ b/vcpkg/ports/libtracepoint/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "libtracepoint",
+ "version": "1.4.0",
+ "description": "C/C++ interface for generating Linux Tracepoints",
+ "homepage": "https://github.com/microsoft/LinuxTracepoints/",
+ "license": "MIT",
+ "supports": "linux | windows",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "tools": {
+ "description": "Build user tools: tracepoint-register",
+ "supports": "linux"
+ }
+ }
+}