Install CMake target files, from libwebrtc target this time

This commit is contained in:
Axel Isouard 2017-03-27 13:27:14 +02:00
parent 7cd0a79bd2
commit eec2846651

View file

@ -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})