Set vcpkg manifest to be used within all projects
This commit is contained in:
23
src/vcpkg.json
Normal file
23
src/vcpkg.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "metin2-client",
|
||||
"version": "0.1.0",
|
||||
"builtin-baseline": "bd602277bf7fc3188b3d086b302c6840464db900",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "cryptopp",
|
||||
"version>=": "8.6.0"
|
||||
},
|
||||
{
|
||||
"name": "devil",
|
||||
"version>=": "1.8.0#8"
|
||||
},
|
||||
{
|
||||
"name": "lzo",
|
||||
"version>=": "2.10#7"
|
||||
},
|
||||
{
|
||||
"name": "python2",
|
||||
"version>=": "2.7.18#3"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user