jerryscript/jerry-math/libjerry-math.pc.in
Akos Kiss 29785b2af3
Fix the include directory in the pkgconfig of the math lib (#4414)
The pkgconfig specified `include/jerry-math` as the include
directory, but cmake installs header to `include/jerryscript-math`.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
2021-01-08 16:00:44 +01:00

11 lines
333 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/lib
includedir=${prefix}/include/jerryscript-math
Name: libjerry-math
Description: JerryScript: lightweight JavaScript engine (minimal math library)
URL: https://github.com/jerryscript-project/jerryscript
Version: @JERRY_VERSION@
Libs: -L${libdir} -ljerry-math
Cflags: -I${includedir}