Add new dependencies to vcpkg.json for GLEW and Boost libraries
- Included GLEW, boost-system, boost-filesystem, and boost-thread as dependencies. - Specified platform compatibility to exclude UWP for these libraries.
This commit is contained in:
16
vcpkg.json
16
vcpkg.json
@@ -19,6 +19,22 @@
|
||||
{
|
||||
"name": "abseil",
|
||||
"platform": "!uwp"
|
||||
},
|
||||
{
|
||||
"name": "glew",
|
||||
"platform": "!uwp"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"platform": "!uwp"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp"
|
||||
},
|
||||
{
|
||||
"name": "boost-thread",
|
||||
"platform": "!uwp"
|
||||
}
|
||||
],
|
||||
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00",
|
||||
|
||||
Reference in New Issue
Block a user