From 8dfa82c2ba008b375251b444ea798641e1bb8e13 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Fri, 24 Nov 2017 16:30:31 +0200 Subject: [PATCH] [temp] OpenAL includes needed for playback - @todo conan package for it --- Telegram/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index 4ad8f6c62..184b02780 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -556,6 +556,7 @@ include_directories(${OPENAL_INCLUDE_DIR} ${ZLIB_INCLUDE_DIRS} add_subdirectory(ThirdParty/libtgvoip) # Shut up for testbuilding, remove me +include_directories(/usr/local/opt/openal-soft/include) add_definitions(-Wno-switch) # End remove me if (WIN32)