mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
cf81e5bdd9
* [etl] Add port v20.35.4 * Update ports/etl/vcpkg.json Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update ports/etl/portfile.cmake Disable building of tests. Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update version database Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"name": "etl",
|
|
"version": "20.35.4",
|
|
"description": "A C++ template library for embedded applications",
|
|
"homepage": "https://www.etlcpp.com",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|