mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
adjust build package to match node-webrtc
This commit is contained in:
parent
91ab805302
commit
3a390b5f25
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ set_source_files_properties(${_OBJ_FILES} PROPERTIES
|
|||
|
||||
set_target_properties(webrtc PROPERTIES
|
||||
LINKER_LANGUAGE C
|
||||
LIBRARY_OUTPUT_DIRECTORY ${WEBRTC_OUTPUT_DIR})
|
||||
LIBRARY_OUTPUT_DIRECTORY ${WEBRTC_OUTPUT_DIR}
|
||||
PREFIX lib)
|
||||
|
||||
#
|
||||
# Install headers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue