feat(macOS): Capture audio on macOS using Tap API (#4209)
Co-authored-by: David Lane <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
@@ -95,6 +95,12 @@ endif()
|
||||
file(GLOB_RECURSE TEST_SOURCES CONFIGURE_DEPENDS
|
||||
${CMAKE_SOURCE_DIR}/tests/*.h
|
||||
${CMAKE_SOURCE_DIR}/tests/*.cpp)
|
||||
# Add macOS-specific test files only when building tests for macOS
|
||||
if (APPLE)
|
||||
file(GLOB_RECURSE MACOS_TEST_SOURCES CONFIGURE_DEPENDS
|
||||
${CMAKE_SOURCE_DIR}/tests/*.mm)
|
||||
list(APPEND TEST_SOURCES ${MACOS_TEST_SOURCES})
|
||||
endif ()
|
||||
|
||||
set(SUNSHINE_SOURCES
|
||||
${SUNSHINE_TARGET_FILES})
|
||||
|
||||
Reference in New Issue
Block a user