mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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
11 lines
333 B
PkgConfig
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}
|