diff options
Diffstat (limited to 'vcpkg/ports/etl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/etl/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/etl/vcpkg.json b/vcpkg/ports/etl/vcpkg.json new file mode 100644 index 0000000..7872275 --- /dev/null +++ b/vcpkg/ports/etl/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "etl", + "version": "20.44.1", + "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 + } + ] +} |