mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-15 01:11:46 +00:00
13 lines
262 B
PkgConfig
13 lines
262 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: SQLite
|
|
Description: SQL database engine
|
|
Version: 3.7.2
|
|
Libs: -L${libdir} -lsqlite3
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|