1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

CMakeLists.txt for portmixer and portaudio

The support of ALSA, OSS and CoreAudio was added to portaudio. portmixer
was updated accordingly.
This commit is contained in:
Vitaliy Kirsanov
2019-04-06 11:33:24 +03:00
committed by James Crook
parent 0c38b9f41e
commit 5e2a426cb3
5 changed files with 84 additions and 38 deletions

View File

@@ -33,7 +33,7 @@ add_subdirectory( "libvorbis" )
#add_subdirectory( "locale" )
add_subdirectory( "lv2" )
add_subdirectory( "mod-script-pipe" )
add_subdirectory( "${LIB_SRC_DIRECTORY}portaudio-v19" "${CMAKE_CURRENT_BINARY_DIR}/portaudio-v19" EXCLUDE_FROM_ALL )
add_subdirectory( "portaudio-v19" )
cmake_policy(PUSH)
cmake_policy(VERSION 2.8.11)