mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
select package headers
This commit is contained in:
parent
b9480efda7
commit
4ee758711c
1 changed files with 18 additions and 2 deletions
|
|
@ -42,8 +42,24 @@ set_target_properties(webrtc PROPERTIES
|
||||||
|
|
||||||
|
|
||||||
# Install headers
|
# Install headers
|
||||||
install(DIRECTORY "${WEBRTC_SOURCE_DIR}/"
|
install(FILES "${WEBRTC_SOURCE_DIR}/common_types.h" DESTINATION "include/webrtc")
|
||||||
DESTINATION "include"
|
install(FILES "${WEBRTC_SOURCE_DIR}/typedefs.h" DESTINATION "include/webrtc")
|
||||||
|
install(DIRECTORY
|
||||||
|
"${WEBRTC_SOURCE_DIR}/api"
|
||||||
|
"${WEBRTC_SOURCE_DIR}/base"
|
||||||
|
"${WEBRTC_SOURCE_DIR}/call"
|
||||||
|
"${WEBRTC_SOURCE_DIR}/common_video"
|
||||||
|
"${WEBRTC_SOURCE_DIR}/logging"
|
||||||
|
"${WEBRTC_SOURCE_DIR}/media"
|
||||||
|
"${WEBRTC_SOURCE_DIR}/modules"
|
||||||
|
"${WEBRTC_SOURCE_DIR}/p2p"
|
||||||
|
"${WEBRTC_SOURCE_DIR}/pc"
|
||||||
|
"${WEBRTC_SOURCE_DIR}/rtc_base"
|
||||||
|
"${WEBRTC_SOURCE_DIR}/system_wrappers"
|
||||||
|
DESTINATION "include/webrtc"
|
||||||
|
FILES_MATCHING PATTERN "*.h")
|
||||||
|
install(DIRECTORY "${WEBRTC_SOURCE_DIR}/third_party/jsoncpp"
|
||||||
|
DESTINATION "include/webrtc/third_party"
|
||||||
FILES_MATCHING PATTERN "*.h")
|
FILES_MATCHING PATTERN "*.h")
|
||||||
|
|
||||||
# Install pdb files
|
# Install pdb files
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue