mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Install CMake target files, from libwebrtc target this time
This commit is contained in:
parent
7cd0a79bd2
commit
eec2846651
1 changed files with 7 additions and 0 deletions
|
|
@ -52,3 +52,10 @@ install(TARGETS webrtc
|
|||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib
|
||||
INCLUDES DESTINATION include)
|
||||
|
||||
install(EXPORT LibWebRTCTargets
|
||||
FILE LibWebRTCTargets.cmake
|
||||
DESTINATION ${INSTALL_CMAKE_DIR})
|
||||
|
||||
install(FILES ${CMAKE_MODULE_PATH}/Templates/UseLibWebRTC.cmake
|
||||
DESTINATION ${INSTALL_CMAKE_DIR})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue