diff options
Diffstat (limited to 'vcpkg/ports/edflib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/edflib/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/edflib/vcpkg.json b/vcpkg/ports/edflib/vcpkg.json new file mode 100644 index 0000000..40bbe06 --- /dev/null +++ b/vcpkg/ports/edflib/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "edflib", + "version": "1.27", + "description": "A C library to read/write EDF/EDF+/BDF/BDF+ files", + "homepage": "https://www.teuniz.net/edflib/", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "Build tools" + } + } +} |