option(PORTAUDIO_DIRECTSOUND_SUPPORT "Build PortAudio with DirectSound support" OFF)
option(PORTAUDIO_OSS_SUPPORT "Build PortAudio with OSS support" ON)
option(PORTAUDIO_ALSA_SUPPORT "Build PortAudio with ALSA support" ON)

if (WIN32)
	include(CMakeLists-internal.txt)
else (WIN32)
	if (APPLE)
		include(CMakeLists-internal.txt)
	else (APPLE)
		if (PORTAUDIO_INTERNAL)
			include(CMakeLists-internal.txt)
		else (PORTAUDIO_INTERNAL)
			include(CMakeLists-external.txt)
		endif (PORTAUDIO_INTERNAL)
	endif (APPLE)
endif (WIN32)
