summaryrefslogtreecommitdiffstats
path: root/Telegram/cmake/lib_tgvoip.cmake
AgeCommit message (Expand)Author
2022-08-11Use cmake_dependent_option to better declare variables that relate on other v...Ilya Fedin
2022-01-12Use return to decrease indentation in cmake filesIlya Fedin
2022-01-05Move libdl/libpthread handling to common_optionsIlya Fedin
2021-11-26Build tg_owt / tgcalls / tgvoip with C++20.John Preston
2021-08-11Get rid of osx and linux32 special targetsIlya Fedin
2021-07-19Add SYSTEM flag to target_include_directories where appropriateIlya Fedin
2021-07-13Fix -Wunused-variable warningsIlya Fedin
2021-03-20Add build options for libtgvoip backendsIlya Fedin
2021-02-04Clean up DESKTOP_APP_DISABLE_WEBRTC_INTEGRATIONNicholas Guriev
2020-10-07Use FindALSA instead of pkg-configIlya Fedin
2020-08-21Use webrtc from a custom-built fork.John Preston
2020-08-15Get rid of TDESKTOP_USE_PACKAGED_TGVOIPIlya Fedin
2020-08-11Allow building without WebRTC.John Preston
2020-08-11Fix build on Linux 64 bit.John Preston
2020-08-11Fix video between tdesktop instances.John Preston
2020-08-11Add tgcalls library.John Preston
2020-08-11Fix build on Linux.John Preston
2020-08-11Use external_webrtc in libtgvoip.John Preston
2020-06-29Find alsa and pulse for libtgvoipIlya Fedin
2020-05-12Add DESKTOP_APP_USE_PACKAGED support for WindowsIlya Fedin
2020-05-05Move CMAKE_DL_LIBS to libtgvoip cmake file and add missed pthreadIlya Fedin
2020-05-05Add new option to simplify creation of self-contained packages (snap/flatpak/...Ilya Fedin
2020-04-21Proper usage of pkg-configIlya Fedin
2020-01-21Remove GYP build scripts.John Preston
2020-01-21Fix build with new libtgvoip.John Preston
2020-01-21Fix spaces on end of linesIlya Fedin
2020-01-17Make packaged build workingIlya Fedin
2020-01-17lib_tgvoip.cmake: Match against x86 arches.Leo
2019-12-31Version 1.9.3: Fix build for OS X 10.10-10.11.John Preston
2019-12-09Use installed opus on non-Windows.John Preston
2019-12-06Closed alpha version 1.9.1.8: Fix macOS build.John Preston
2019-12-04Initial Linux build.John Preston
2019-11-25Initial build with Xcode.John Preston
2019-11-21Use namespaced library aliases.John Preston
2019-11-21Add more options.John Preston
2019-11-18Use precompiled header from cmake 3.16.John Preston
2019-11-11Initial Windows Debug build with cmake.John Preston
2019-11-09Compile all code with cmake.John Preston