cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.19k stars 472 forks source link

Create alias for srtp2 as libSRTP::srtp2 #611

Closed paulej closed 1 year ago

paulej commented 1 year ago

This will add an alias for the srtp2 library so that when using CMake with either find_library or FetchContent, the use of target_link_libraries() can always follow the form libSRTP::srtp2. Without this, using FetchContent will allow only the name srtp2.