mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
4763959227
PiperOrigin-RevId: 347812826 Change-Id: I1722d39759628ad976b99887c8406cff08195009
11 lines
475 B
PkgConfig
11 lines
475 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_FULL_BINDIR@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: sapi
|
|
Description: Sandboxed API makes sandboxing C/C++ libraries easier by auto-generating library API interfaces that call into sandboxed libraries using a custom RPC layer. Sandboxed API uses Sandbox2 as its underlying sandboxing technology.
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -lsapi
|
|
Cflags: -I${includedir}
|