Files
obs-localvocal/vcpkg.json
Roy Shilkrot af3256ac0a refactor: Update vcpkg.json, .gitignore, and vcpkg-configuration.json
- Add vcpkg.json file with "openssl" dependency
- Include vcpkg.json and vcpkg-configuration.json in .gitignore
- Create vcpkg-configuration.json with default and additional registries
- Update vcpkg-configuration.json with Amazon IVS settings
- Add Amazon IVS settings variables to transcription-filter-data.h
- Add timed-metadata-utils.h and timed-metadata-utils.cpp for timed metadata handling
- Add FindOpenSSL.cmake for finding and linking OpenSSL libraries
- Update CMakeLists.txt to include FindOpenSSL.cmake and timed-metadata-utils.cpp
- Update CMakePresets.json to include CMAKE_TOOLCHAIN_FILE for VCPKG
- Update transcription-filter-callbacks.cpp to send timed metadata to server
2024-07-10 21:48:03 -04:00

6 lines
42 B
JSON

{
"dependencies": [
"openssl"
]
}