this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add AudioUnit.framework as a re-export of AudioToolbox

+15 -1
+15 -1
src/CoreAudio/AudioToolbox/CMakeLists.txt
··· 48 48 avutil 49 49 ) 50 50 51 - # TODO: Add AudioUnit.framework 51 + add_framework(AudioUnit 52 + FAT 53 + CURRENT_VERSION 54 + VERSION "A" 55 + 56 + SOURCES 57 + empty.c 58 + 59 + DEPENDENCIES 60 + AudioToolbox 61 + ) 62 + set(AudioToolbox_BUILD ${CMAKE_CURRENT_BINARY_DIR}/AudioToolbox) 63 + 64 + reexport(AudioUnit AudioToolbox ${AudioToolbox_BUILD}) 65 +
src/CoreAudio/AudioToolbox/empty.c

This is a binary file and will not be displayed.