1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +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

@@ -190,8 +190,7 @@ add_library(FLAC-static STATIC
"${TARGET_SOURCE}/src/libFLAC/ogg_decoder_aspect.c"
"${TARGET_SOURCE}/src/libFLAC/ogg_encoder_aspect.c"
"${TARGET_SOURCE}/src/libFLAC/ogg_helper.c"
"${TARGET_SOURCE}/src/libFLAC/ogg_mapping.c"
"$<$<BOOL:${WIN32}>:${TARGET_SOURCE}/src/libFLAC/windows_unicode_filenames.c>")
"${TARGET_SOURCE}/src/libFLAC/ogg_mapping.c")
include_directories(
"${TARGET_SOURCE}/include"