mirror of
https://github.com/blupi-games/planetblupi-dev
synced 2024-12-30 13:55:36 +01:00
Cosmetic
This commit is contained in:
parent
c2da1d101e
commit
6e789d7f9b
@ -229,7 +229,13 @@ if (UNIX AND NOT APPLE)
|
|||||||
BUILD_IN_SOURCE 1
|
BUILD_IN_SOURCE 1
|
||||||
INSTALL_DIR ${CMAKE_BINARY_DIR}
|
INSTALL_DIR ${CMAKE_BINARY_DIR}
|
||||||
)
|
)
|
||||||
|
endif ()
|
||||||
|
|
||||||
|
###########
|
||||||
|
## libpulse
|
||||||
|
###########
|
||||||
|
|
||||||
|
if (UNIX AND NOT APPLE)
|
||||||
ExternalProject_Add (libpulse_Project
|
ExternalProject_Add (libpulse_Project
|
||||||
URL https://freedesktop.org/software/pulseaudio/releases/pulseaudio-11.0.tar.xz
|
URL https://freedesktop.org/software/pulseaudio/releases/pulseaudio-11.0.tar.xz
|
||||||
PREFIX ${CMAKE_BINARY_DIR}
|
PREFIX ${CMAKE_BINARY_DIR}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user