mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Copy abseil headers
This commit is contained in:
parent
d44f0e4c3a
commit
46f502d2d1
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ install(DIRECTORY "${WEBRTC_SOURCE_DIR}/third_party/libyuv"
|
||||||
DESTINATION "include/webrtc/third_party"
|
DESTINATION "include/webrtc/third_party"
|
||||||
FILES_MATCHING PATTERN "*.h")
|
FILES_MATCHING PATTERN "*.h")
|
||||||
|
|
||||||
|
install(DIRECTORY "${WEBRTC_SOURCE_DIR}/third_party/abseil-cpp/absl"
|
||||||
|
DESTINATION "include/webrtc/third_party"
|
||||||
|
FILES_MATCHING PATTERN "*.h")
|
||||||
|
|
||||||
# Install pdb files
|
# Install pdb files
|
||||||
if (CMAKE_BUILD_TYPE MATCHES Debug)
|
if (CMAKE_BUILD_TYPE MATCHES Debug)
|
||||||
file(GLOB_RECURSE PDB_FILES [${WEBRTC_OUTPUT_DIR} "*.pdb")
|
file(GLOB_RECURSE PDB_FILES [${WEBRTC_OUTPUT_DIR} "*.pdb")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue