mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
11 lines
No EOL
300 B
PkgConfig
11 lines
No EOL
300 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: LibWebRTC
|
|
Description: Google's native WebRTC implementation shipped into a single library
|
|
Version: @LIBWEBRTC_VERSION@
|
|
Libs: @LIBWEBRTC_PC_LIBS@
|
|
Libs.private: @LIBWEBRTC_PC_LIBS_PRIVATE@
|
|
Cflags: -I${includedir} |