1prefix=@CMAKE_INSTALL_PREFIX@ 2exec_prefix=@CMAKE_INSTALL_FULL_BINDIR@ 3libdir=@CMAKE_INSTALL_FULL_LIBDIR@ 4includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ 5 6Name: sapi 7Description: 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. 8Version: @PROJECT_VERSION@ 9Libs: -L${libdir} -lsapi 10Cflags: -I${includedir} 11