Spaces:
Sleeping
Sleeping
File size: 281 Bytes
2d4409a |
1 2 3 4 5 6 7 8 9 |
CMake helpers
-------------
Pybind11 can be used with ``add_subdirectory(extern/pybind11)``, or from an
install with ``find_package(pybind11 CONFIG)``. The interface provided in
either case is functionally identical.
.. cmake-module:: ../../tools/pybind11Config.cmake.in
|