mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
change libobject collection
This commit is contained in:
parent
3a390b5f25
commit
ce4951a956
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ if (${_OBJ_EXCLUDED_LEN} GREATER "0")
|
||||||
list(REMOVE_ITEM _OBJ_FILES ${_OBJ_EXCLUDED})
|
list(REMOVE_ITEM _OBJ_FILES ${_OBJ_EXCLUDED})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
list(FILTER _OBJ_FILES EXCLUDE REGEX test)
|
||||||
|
list(FILTER _OBJ_FILES EXCLUDE REGEX unittests)
|
||||||
|
|
||||||
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