diff options
Diffstat (limited to 'testing/telegram-desktop/opus.cmake')
-rw-r--r-- | testing/telegram-desktop/opus.cmake | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/telegram-desktop/opus.cmake b/testing/telegram-desktop/opus.cmake deleted file mode 100644 index 5044239970..0000000000 --- a/testing/telegram-desktop/opus.cmake +++ /dev/null @@ -1,8 +0,0 @@ -add_library(external_opus INTERFACE IMPORTED GLOBAL) -add_library(desktop-app::external_opus ALIAS external_opus) - -find_package(PkgConfig REQUIRED) -pkg_check_modules(OPUS REQUIRED opus) - -target_include_directories(external_opus SYSTEM INTERFACE ${OPUS_INCLUDE_DIRS}) -target_link_libraries(external_opus INTERFACE ${OPUS_LIBRARIES}) |