aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mujs/mujs.pc
blob: f32d0d83bcdc87627839917bffdad05270fda5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
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@