Skip to content

Commit

Permalink
Add abseil-cpp headers
Browse files Browse the repository at this point in the history
  • Loading branch information
贝克街的流浪猫 committed Dec 14, 2018
1 parent 9d8cd77 commit fdfb2f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeModules/Install.cmake
Expand Up @@ -14,6 +14,13 @@ install(DIRECTORY "${CMAKE_BINARY_DIR}/include/"
COMPONENT include
FILES_MATCHING PATTERN "*.h")

#
# Install abseil-cpp headers
install(DIRECTORY "${CMAKE_BINARY_DIR}/include/webrtc/third_party/abseil-cpp/"
DESTINATION ${INSTALL_INCLUDE_DIR}/webrtc
COMPONENT include
FILES_MATCHING PATTERN "*.h")

#
# Install CMake Config file
configure_file(${CMAKE_MODULE_PATH}/Templates/LibWebRTCConfig.cmake.in
Expand Down

0 comments on commit fdfb2f8

Please sign in to comment.