Revision 52f241172252ef1045c872ad8105c37e9a885894 authored by Yanqin Jin on 26 September 2022, 22:59:30 UTC, committed by Facebook GitHub Bot on 26 September 2022, 22:59:30 UTC
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10737

Reviewed By: cbi42

Differential Revision: D39825386

Pulled By: riversand963

fbshipit-source-id: a3c55f2777e034d6ae6ff44ef0219d9fbbf1cc96
1 parent 2280b26
Raw File
rocksdb.pc.in
prefix="@CMAKE_INSTALL_PREFIX@"
includedir="${prefix}/@CMAKE_INSTALL_INCLUDEDIR@"
libdir="${prefix}/@CMAKE_INSTALL_LIBDIR@"

Name: @PROJECT_NAME@
Description: @PROJECT_DESCRIPTION@
URL: @PROJECT_HOMEPAGE_URL@
Version: @PROJECT_VERSION@
Cflags: -I"${includedir}"
Libs: -L"${libdir}" -lrocksdb
back to top