mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-23 16:48:52 -05:00
Only attempt to compile PulseAudioPlayer on Linux (#1581)
This commit is contained in:
parent
5a0b854c5c
commit
e412a8b55e
@ -66,7 +66,9 @@ set(Source_Files__Audio__extra
|
|||||||
"WasapiAudioPlayer.cpp"
|
"WasapiAudioPlayer.cpp"
|
||||||
"WasapiAudioPlayer.h"
|
"WasapiAudioPlayer.h"
|
||||||
)
|
)
|
||||||
else()
|
endif ()
|
||||||
|
|
||||||
|
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||||
set(Source_Files__Audio__extra
|
set(Source_Files__Audio__extra
|
||||||
"PulseAudioPlayer.cpp"
|
"PulseAudioPlayer.cpp"
|
||||||
"PulseAudioPlayer.h"
|
"PulseAudioPlayer.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user