mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:11:49 +08:00
25f6132788
* [mujs] Fix CMake config, cleanup * Enable shared build on !windows * Install pkg-config file * Handle libm * Official usage: pkgconfig * Update versions
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@
|