mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 01:29:08 +08:00
1c646b39bb
Fixes: ~~~ CMake Warning (dev) at ports/taocpp-json/portfile.cmake:29: Syntax Warning in cmake code at column 90 Argument not separated from preceding token by whitespace. ~~~
17 lines
283 B
JSON
17 lines
283 B
JSON
{
|
|
"name": "taocpp-json",
|
|
"version-date": "2020-09-14",
|
|
"port-version": 4,
|
|
"description": "C++ header-only JSON library",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|