Skip to content

Commit fc05587

Browse files
committed
Add vcpkg configurations
1 parent 34d259d commit fc05587

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

vcpkg-configuration.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

vcpkg.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "fb-cpp",
3+
"version-string": "0.0.1",
4+
"dependencies": [
5+
"boost-dll",
6+
"boost-test"
7+
],
8+
"overrides": [
9+
{
10+
"name": "boost-dll",
11+
"version": "1.85.0"
12+
},
13+
{
14+
"name": "boost-test",
15+
"version": "1.85.0"
16+
}
17+
],
18+
"builtin-baseline": "76d153790caf0592fce8fc4484aa6db18c7d00d4"
19+
}

0 commit comments

Comments
 (0)