mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Copy absl include directory directly into webrtc/ (instead of third_party/)
This commit is contained in:
parent
05445b2fd5
commit
2ac0e402e1
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ install(DIRECTORY "${WEBRTC_SOURCE_DIR}/third_party/libyuv"
|
|||
FILES_MATCHING PATTERN "*.h")
|
||||
|
||||
install(DIRECTORY "${WEBRTC_SOURCE_DIR}/third_party/abseil-cpp/absl"
|
||||
DESTINATION "include/webrtc/third_party"
|
||||
DESTINATION "include/webrtc"
|
||||
FILES_MATCHING PATTERN "*.h")
|
||||
|
||||
# Install pdb files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue