Functions | |
str | get_cmake_dir () |
str | get_include (bool user=False) |
str | get_pkgconfig_dir () |
Variables | |
DIR | |
str pybind11.commands.get_cmake_dir | ( | ) |
Return the path to the pybind11 CMake module directory.
Definition at line 18 of file commands.py.
str pybind11.commands.get_include | ( | bool | user = False | ) |
Return the path to the pybind11 include directory. The historical "user" argument is unused, and may be removed.
Definition at line 8 of file commands.py.
str pybind11.commands.get_pkgconfig_dir | ( | ) |
Return the path to the pybind11 pkgconfig directory.
Definition at line 30 of file commands.py.
pybind11.commands.DIR |
Definition at line 5 of file commands.py.