mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
rename library to libwebrtc on Windows to match node-webrtc
This commit is contained in:
parent
be407aced0
commit
107f4dccb3
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