diff options
Diffstat (limited to 'vcpkg/ports/libstk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libstk/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/libstk/vcpkg.json b/vcpkg/ports/libstk/vcpkg.json new file mode 100644 index 0000000..39abd67 --- /dev/null +++ b/vcpkg/ports/libstk/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "libstk", + "version": "4.6.1", + "port-version": 3, + "description": "The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language.", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |