mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
93885afd50
* [libdjinterop] update to 0.16.0 * [sqlite3] add pkgconfig file Linux distributions typically use the SQLite autoconf package, but this port uses the SQLite amalgamation package with a custom CMakeLists.txt so the port needs to take care of installing the pkgconfig file.
20 lines
440 B
JSON
20 lines
440 B
JSON
{
|
|
"name": "libdjinterop",
|
|
"version": "0.16.0",
|
|
"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",
|
|
"dependencies": [
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|