mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
add fakeaudio device
This commit is contained in:
parent
92847e8f47
commit
baa6604c4b
1 changed files with 7 additions and 0 deletions
|
|
@ -31,6 +31,13 @@ endif ()
|
||||||
list(FILTER _OBJ_FILES EXCLUDE REGEX test)
|
list(FILTER _OBJ_FILES EXCLUDE REGEX test)
|
||||||
list(FILTER _OBJ_FILES EXCLUDE REGEX unittests)
|
list(FILTER _OBJ_FILES EXCLUDE REGEX unittests)
|
||||||
|
|
||||||
|
#add fakeaudio device
|
||||||
|
file(GLOB_RECURSE LIBWEBRTC_TEST_COMMON_FILES
|
||||||
|
"${WEBRTC_OUTPUT_DIR}/obj/webrtc/test/test_common/*${_OBJ_EXT}"
|
||||||
|
"${WEBRTC_OUTPUT_DIR}/obj/webrtc/pc/peerconnection_unittests/*${_OBJ_EXT}"
|
||||||
|
"${WEBRTC_OUTPUT_DIR}/obj/testing/gtest/gtest*${_OBJ_EXT}")
|
||||||
|
list(APPEND _OBJ_FILES ${LIBWEBRTC_TEST_COMMON_FILES})
|
||||||
|
|
||||||
add_library(webrtc ${LIBRARY_TYPE} ${_OBJ_FILES})
|
add_library(webrtc ${LIBRARY_TYPE} ${_OBJ_FILES})
|
||||||
|
|
||||||
set_source_files_properties(${_OBJ_FILES} PROPERTIES
|
set_source_files_properties(${_OBJ_FILES} PROPERTIES
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue