mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
12 lines
266 B
PkgConfig
12 lines
266 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: v8
|
|
Description: V8 JavaScript Engine
|
|
Version: @pkgver@
|
|
Requires: zlib, icu-uc, icu-i18n @REQUIRES@
|
|
Libs: -L${libdir} -lv8_monolith @LIBS@
|
|
Cflags: -I${includedir} @CFLAGS@
|