escargot/packaging/escargot.pc.in
Seonghyun Kim 9093a7244b Implment tizen build of escargot
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
2023-06-14 12:38:57 +09:00

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