aboutsummaryrefslogtreecommitdiff
path: root/cmake/PkgConfigWithFallback.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-191-1/+1
| | | | | | | | | | | | | Add libnice as a plugin. If it is present, use libnice to enumerate local IP addresses and listen on them to support direct connections for Jingle SOCKS5. Tested with Conversations and Gajim. Created the nice.vapi file using ``` vapigen --library nice --pkg gio-2.0 --metadatadir metadata /usr/share/gir-1.0/Nice-0.1.gir ```
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-14/+17
|
* New CMakeMarvin W2017-03-231-0/+99
- add install and uninstall targets - compatibility for systems without pkg-config