mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Should core, ext, libm, and/or port libraries be properly installed on some system, help compilation and linking against them by providing standard `.pc` files, which can be picked up by pkg-config. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
11 lines
309 B
PkgConfig
11 lines
309 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include/jerry-libm
|
|
|
|
Name: libjerry-libm
|
|
Description: JerryScript: lightweight JavaScript engine (minimal math library)
|
|
URL: https://github.com/pando-project/jerryscript
|
|
Version: 1.0
|
|
Libs: -L${libdir} -ljerry-libm
|
|
Cflags: -I${includedir}
|