sandboxed-api/cmake/sandbox2.pc.in
Anton D. Kachalov 4763959227 Add pkg-config files generation.
PiperOrigin-RevId: 347812826
Change-Id: I1722d39759628ad976b99887c8406cff08195009
2020-12-16 06:46:03 -08:00

11 lines
333 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_FULL_BINDIR@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: sandbox2
Description: Sandbox2 is a C++ security sandbox for Linux using seccomp and BPF
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lsandbox2_sandbox2
Cflags: -I${includedir}