mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
11 lines
333 B
PkgConfig
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}
|