github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/pkgconfig/pybind11.pc (about)

     1  prefix=${pcfiledir}/../third_path/pybind11
     2  exec_prefix=${prefix}
     3  libdir=${exec_prefix}/lib
     4  includedir=${prefix}/include
     5  
     6  Name: pybind11
     7  Description: Seamless operability between C++11 and Python
     8  Version: 2.10.4
     9  Libs: #-L${libdir} -lprotobuf -pthread
    10  Libs.private: -lz
    11  Cflags: -I${includedir} #-pthread
    12  Requires: python3-embed