mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 19:19:01 +08:00
64ce615ac1
* [libdjinterop] Fix find_package error * update version * apply suggestion * update version * Disable find boost * update version
22 lines
484 B
JSON
22 lines
484 B
JSON
{
|
|
"name": "libdjinterop",
|
|
"version": "0.19.1",
|
|
"port-version": 1,
|
|
"description": "C++ library for access to DJ record libraries. Currently only supports Denon Engine Prime databases",
|
|
"homepage": "https://github.com/xsco/libdjinterop",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|