mirror of https://github.com/procxx/kepka.git
Update cmake for linux builds
This commit is contained in:
parent
c4fe2f86ea
commit
e4358bef35
|
@ -43,6 +43,7 @@ if (LINUX)
|
|||
find_package(OpenAL REQUIRED)
|
||||
find_package(ALSA)
|
||||
find_package(PulseAudio)
|
||||
find_package(Qt5 COMPONENTS DBus)
|
||||
else(LINUX)
|
||||
# Needs OpenAL-SOFT
|
||||
# Install via `brew install openal-soft` and configure with cmake call from README.md
|
||||
|
|
|
@ -693,7 +693,7 @@ if(WIN32)
|
|||
endif()
|
||||
|
||||
if (LINUX)
|
||||
target_link_libraries(Telegram ${ALSA_LIBRARIES} ${PULSEAUDIO_LIBRARIES})
|
||||
target_link_libraries(Telegram Qt5::DBus dl ${ALSA_LIBRARIES} ${PULSEAUDIO_LIBRARIES})
|
||||
endif()
|
||||
|
||||
set_target_properties(Telegram
|
||||
|
|
Loading…
Reference in New Issue