• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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