Files
jami-daemon/compat/msvc/package.json
Sébastien Blin c4e912dd89 dependencies: add libgit2 as a dependency
Needed by the swarm chat in the future

Change-Id: Ic5802a0de8091c12b6f5ed666ee488c620723149
2021-03-30 13:49:07 -04:00

21 lines
398 B
JSON

{
"name": "daemon",
"deps": [
"asio",
"ffmpeg",
"natpmp",
"opendht",
"pjproject",
"portaudio",
"secp256k1",
"speexdsp",
"upnp",
"yaml-cpp",
"libarchive",
"webrtc-audio-processing",
"libgit2"
],
"configuration": "ReleaseLib_win32",
"project_paths": ["ring-daemon.vcxproj"]
}