node/deps/nbytes/nbytes.pc.in
Node.js GitHub Bot 4e9877f73d
deps: update nbytes to 0.1.3
PR-URL: https://github.com/nodejs/node/pull/61879
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2026-02-20 21:57:52 +00:00

10 lines
298 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: nbytes
Description: Library of byte handling functions extracted from Node.js core
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lnbytes
Cflags: -I${includedir}