mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
portaudio: Prevent files from being install()'ed
This commit is contained in:
parent
9180c87197
commit
7ccbe9b06d
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ if(NOT ANDROID)
|
||||||
option(PA_USE_ASIO "Enable PortAudio support for ASIO" OFF)
|
option(PA_USE_ASIO "Enable PortAudio support for ASIO" OFF)
|
||||||
option(PA_USE_DS "Enable PortAudio support for DirectSound" OFF)
|
option(PA_USE_DS "Enable PortAudio support for DirectSound" OFF)
|
||||||
option(PA_USE_WDMKS "Enable PortAudio support for WDMKS" 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)
|
set(PORTAUDIO_LIBRARIES portaudio_static)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue