• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMake helpers
2-------------
3
4Pybind11 can be used with ``add_subdirectory(extern/pybind11)``, or from an
5install with ``find_package(pybind11 CONFIG)``. The interface provided in
6either case is functionally identical.
7
8.. cmake-module:: ../../tools/pybind11Config.cmake.in
9