mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
11 lines
224 B
PkgConfig
11 lines
224 B
PkgConfig
prefix=/usr
|
|
exec_prefix=/usr
|
|
libdir=@LIBDIR@/escargot
|
|
includedir=@INCLUDEDIR@/escargot
|
|
|
|
Name: Escargot
|
|
Description: Lightweight JavaScript engine Escargot
|
|
Version: 0.0.1
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lescargot
|
|
|