mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
416 B
PkgConfig
13 lines
416 B
PkgConfig
prefix=@INSTALLDIR@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: srt
|
|
Description: SRT library set
|
|
Version: @SRT_VERSION@
|
|
Libs: -L${libdir} -l@TARGET_srt@ @IFNEEDED_LINK_HAICRYPT@ @IFNEEDED_SRTBASE@ @IFNEEDED_SRT_LDFLAGS@
|
|
Libs.private: @SRT_LIBS_PRIVATE@
|
|
Cflags: -I${includedir} -I${includedir}/srt
|
|
Requires.private: @SSL_REQUIRED_MODULES@
|