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
7ecb22ead6
commit
8f818d2d0d
1 changed files with 3 additions and 5 deletions
|
|
@ -50,18 +50,16 @@ set_source_files_properties(${LIBWEBRTC_OBJ_FILES} PROPERTIES
|
|||
|
||||
set_target_properties(webrtc PROPERTIES
|
||||
LINKER_LANGUAGE C
|
||||
LIBRARY_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR})
|
||||
LIBRARY_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}
|
||||
PREFIX lib)
|
||||
|
||||
#
|
||||
# Install headers
|
||||
#
|
||||
install(DIRECTORY ${LIBWEBRTC_INCLUDE_DIR}
|
||||
DESTINATION "include/libwebrtc"
|
||||
DESTINATION "include"
|
||||
FILES_MATCHING PATTERN "*.h")
|
||||
|
||||
install(FILES ${CMAKE_INSTALL_PREFIX}/libwebrtc.h
|
||||
DESTINATION "include/libwebrtc")
|
||||
|
||||
#
|
||||
# Install library
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue