mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
12 lines
215 B
PkgConfig
12 lines
215 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Osmocom Core Library
|
|
Description: C Utility Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -losmocore
|
|
Cflags: -I${includedir}/
|
|
|