early-access version 2853
This commit is contained in:
18
externals/vcpkg/ports/cli/vcpkg.json
vendored
Executable file
18
externals/vcpkg/ports/cli/vcpkg.json
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "cli",
|
||||
"version": "2.0.1",
|
||||
"description": "A library for interactive command line interfaces in modern C++",
|
||||
"homepage": "https://github.com/daniele77/cli",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost-asio",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user