1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00
This commit is contained in:
Mathieu Schroeter 2017-09-09 09:33:05 +02:00
parent c2da1d101e
commit 6e789d7f9b

View File

@ -229,7 +229,13 @@ if (UNIX AND NOT APPLE)
BUILD_IN_SOURCE 1
INSTALL_DIR ${CMAKE_BINARY_DIR}
)
endif ()
###########
## libpulse
###########
if (UNIX AND NOT APPLE)
ExternalProject_Add (libpulse_Project
URL https://freedesktop.org/software/pulseaudio/releases/pulseaudio-11.0.tar.xz
PREFIX ${CMAKE_BINARY_DIR}