mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
try to fix header installation
This commit is contained in:
parent
2e92e72f0a
commit
475d263a51
2 changed files with 1 additions and 4 deletions
|
|
@ -112,7 +112,7 @@ ExternalProject_Add(
|
|||
-DINSTALL_CMAKE_DIR:PATH=${CMAKE_BINARY_DIR}/lib/cmake/LibWebRTC
|
||||
-DTARGET_OS:STRING=${TARGET_OS}
|
||||
-DWEBRTC_OUTPUT_DIR:PATH=${CMAKE_BINARY_DIR}/webrtc/src/out/${_CONFIG}
|
||||
-DWEBRTC_SOURCE_DIR:PATH=${CMAKE_BINARY_DIR}/webrtc/src/webrtc
|
||||
-DWEBRTC_SOURCE_DIR:PATH=${CMAKE_BINARY_DIR}/webrtc/src
|
||||
)
|
||||
|
||||
if (BUILD_SAMPLE)
|
||||
|
|
|
|||
|
|
@ -45,9 +45,6 @@ set_target_properties(webrtc PROPERTIES
|
|||
install(DIRECTORY ${WEBRTC_SOURCE_DIR}
|
||||
DESTINATION "include"
|
||||
FILES_MATCHING PATTERN "*.h")
|
||||
install(DIRECTORY "${WEBRTC_SOURCE_DIR}/../third_party/jsoncpp/source/include/"
|
||||
DESTINATION "include/third_party"
|
||||
FILES_MATCHING PATTERN "*.h")
|
||||
|
||||
#
|
||||
# Install library
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue