mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
14 lines
257 B
PkgConfig
14 lines
257 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: SQLite
|
|
Description: SQL database engine
|
|
Version: 3.24.0
|
|
Libs: -L${libdir} -lsqlite3
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|