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:
committed by
James Crook
parent
0c38b9f41e
commit
5e2a426cb3
@@ -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"
|
||||
|
Reference in New Issue
Block a user