portaudio: Prevent files from being install()'ed

This commit is contained in:
Florent Castelli 2017-02-03 04:24:13 +01:00
parent 9180c87197
commit 7ccbe9b06d

View File

@ -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()