1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH PYBIND11-CONFIG "1" "November 2020" "pybind11" "User Commands"
.SH NAME
pybind11-config \- coniguration utility for pybind11
.SH DESCRIPTION
usage: pybind11\-config [\-h] [\-\-includes] [\-\-cmakedir]
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-includes\fR
Include flags for both pybind11 and Python headers.
.TP
\fB\-\-cmakedir\fR
Print the CMake module directory, ideal for setting
\fB\-Dpybind11_ROOT\fR in CMake.
|