1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-17 23:27:48 +02:00
Files
joplin/ReactNativeClient/lib/sql-extensions/sqlite/sqlite.pc.in
Laurent Cozic 3179e26b0e CLI v1.0.168
2020-09-14 09:48:52 +01:00

14 lines
258 B
PkgConfig

# Package Information for pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: SQLite
Description: SQL database engine
Version: @RELEASE@
Libs: -L${libdir} -lsqlite
Libs.private: @LIBS@
Cflags: -I${includedir}