diff options
Diffstat (limited to 'vcpkg/ports/liblsl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/liblsl/vcpkg.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vcpkg/ports/liblsl/vcpkg.json b/vcpkg/ports/liblsl/vcpkg.json new file mode 100644 index 0000000..2c2b3db --- /dev/null +++ b/vcpkg/ports/liblsl/vcpkg.json @@ -0,0 +1,33 @@ +{ + "name": "liblsl", + "version": "1.16.2", + "description": "C++ lsl library for multi-modal time-synched data transmission over the local network", + "homepage": "https://github.com/sccn/liblsl", + "license": "MIT", + "supports": "!uwp", + "dependencies": [ + "asio", + "boost-atomic", + "boost-bind", + "boost-chrono", + "boost-config", + "boost-endian", + "boost-functional", + "boost-integer", + "boost-lexical-cast", + "boost-math", + "boost-serialization", + "boost-smart-ptr", + "boost-thread", + "boost-uuid", + "pugixml", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |