Skip to content

Commit 50675e2

Browse files
committed
Create alias for srtp2 as libSRTP::srtp2
1 parent 43dab11 commit 50675e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ add_library(srtp2
248248
${REPLAY_SOURCES_C}
249249
${SOURCES_H}
250250
)
251+
add_library(libSRTP::srtp2 ALIAS srtp2)
251252

252253
set_target_properties(srtp2 PROPERTIES VERSION ${CMAKE_PROJECT_VERSION})
253254

0 commit comments

Comments
 (0)