File size: 306 Bytes
2143587 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Package Information for pkg-config
prefix=/workspace/miniconda3/envs/vpp
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SQLite
Description: SQL database engine
Version: 3.51.1
Libs: -L${libdir} -lsqlite3
Libs.private: -lm -lz -ldl -lpthread
Cflags: -I${includedir}
|