mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:50:45 +08:00
2294a5b768
* [audiofile/cgltf/libsbml] Update to the latest version * Format manifests * [libsbml] Update branch from stable to development * Update versions/l-/libsbml.json * [audiofile] Add options to vcpkg_cmake_configure
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"name": "audiofile",
|
|
"version": "1.0.9",
|
|
"description": "A simple header-only C++ library for reading and writing audio files.",
|
|
"homepage": "https://github.com/adamstark/AudioFile",
|
|
"license": "GPL-3.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|