mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
portaudio: Prevent files from being install()'ed
This commit is contained in:
parent
9180c87197
commit
7ccbe9b06d
@ -570,7 +570,7 @@ if(NOT ANDROID)
|
||||
option(PA_USE_ASIO "Enable PortAudio support for ASIO" OFF)
|
||||
option(PA_USE_DS "Enable PortAudio support for DirectSound" OFF)
|
||||
option(PA_USE_WDMKS "Enable PortAudio support for WDMKS" OFF)
|
||||
add_subdirectory(Externals/portaudio)
|
||||
add_subdirectory(Externals/portaudio EXCLUDE_FROM_ALL)
|
||||
set(PORTAUDIO_LIBRARIES portaudio_static)
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user