mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 14:49:02 +08:00
12 lines
275 B
PkgConfig
12 lines
275 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: mujs
|
||
|
Description: MuJS embeddable Javascript interpreter
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lmujs
|
||
|
Libs.private: @PC_LIBS_PRIVATE@
|