vcpkg/ports/etl/vcpkg.json
Sn1cket cf81e5bdd9
[etl] Add port v20.35.4 (#28226)
* [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>
2022-12-27 00:59:48 -08:00

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
}
]
}