Reduce the boost dependencies in vcpkg
This commit is contained in:
parent
00bf2ca36f
commit
49ced23ba8
12
vcpkg.json
12
vcpkg.json
|
@ -4,7 +4,17 @@
|
|||
"version": "7.0",
|
||||
"license": "GPL-2.0+",
|
||||
"dependencies": [
|
||||
"boost",
|
||||
"boost-algorithm",
|
||||
"boost-filesystem",
|
||||
"boost-functional",
|
||||
"boost-iterator",
|
||||
"boost-locale",
|
||||
"boost-optional",
|
||||
"boost-property-tree",
|
||||
"boost-ptr-container",
|
||||
"boost-range",
|
||||
"boost-test",
|
||||
"boost-uuid",
|
||||
"cairo",
|
||||
"wxwidgets",
|
||||
"glew",
|
||||
|
|
Loading…
Reference in New Issue