-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvcpkg.json
67 lines (67 loc) · 1.09 KB
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "tfc-framework",
"version": "2024.7.1",
"dependencies": [
{
"name": "async-mqtt",
"version>=": "4.0.0"
},
"azmq",
"bext-sml",
"bext-ut",
"boost-asio",
"boost-program-options",
"boost-coroutine2",
"boost-stacktrace",
"boost-uuid",
"date",
"fmt",
{
"name": "glaze",
"version>=": "2.6.4"
},
"gtest",
{
"name": "libgpiod",
"features": [
"cxx-bindings"
]
},
"magic-enum",
{
"name": "mp-units",
"features": [
"use-libfmt"
],
"version>=": "2.1.1"
},
"openssl",
"pcg",
"protobuf",
{
"name": "sdbusplus",
"version>=": "2023-09-14",
"features": [
"asio-only"
]
},
"soem",
"spdlog",
"stduuid",
"sqlite3",
"sqlite-modern-cpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"build-exes": {
"description": "Build binaries and install them to sysroot"
}
}
}