vcpkg/ports/ableton/vcpkg.json
JoergAtGithub 06d29adda9
[new port] Ableton Link (#25438)
* Initial port for Ableton Link

* Added missing versions/a-/ableton.json file

* Added double quotes to all relative paths in portfile.cmake

* Removed CMakeLists.txt file from the installed files

* Use Catch2 only in CMakeLists.txt, when test features are enabled

* Made find_package asio conditional too
2022-07-05 15:49:35 -07:00

43 lines
993 B
JSON

{
"name": "ableton",
"version": "3.0.5",
"description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.",
"homepage": "https://www.ableton.com/en/link/",
"documentation": "http://ableton.github.io/link/",
"license": "GPL-2.0-or-later",
"dependencies": [
{
"name": "asio",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"coretest": {
"description": "Build LinkCoreTest suite",
"dependencies": [
"catch2"
]
},
"discoverytest": {
"description": "Build LinkDiscoveryTest suite",
"dependencies": [
"catch2"
]
},
"hut": {
"description": "Build LinkHut command line tool"
},
"hutsilent": {
"description": "Build LinkHutSilent command line tool"
}
}
}