xref: /aosp_15_r20/external/sandboxed-api/cmake/sandbox2.pc.in (revision ec63e07ab9515d95e79c211197c445ef84cefa6a)
1prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=@CMAKE_INSTALL_FULL_BINDIR@
3libdir=@CMAKE_INSTALL_FULL_LIBDIR@
4includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
5
6Name: sandbox2
7Description: Sandbox2 is a C++ security sandbox for Linux using seccomp and BPF
8Version: @PROJECT_VERSION@
9Libs: -L${libdir} -lsandbox2_sandbox2
10Cflags: -I${includedir}
11