Add new header filename to CMakeLists.txt, test_files.py

This commit is contained in:
Ralf W. Grosse-Kunstleve 2022-06-21 21:14:03 -07:00
parent 3d064fcab3
commit 590171e6aa
2 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ set(PYBIND11_HEADERS
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
include/pybind11/detail/smart_holder_type_casters.h
include/pybind11/detail/type_caster_base.h
include/pybind11/detail/type_caster_odr_guard.h
include/pybind11/detail/typeid.h
include/pybind11/attr.h
include/pybind11/buffer_info.h

View File

@ -48,6 +48,7 @@ detail_headers = {
"include/pybind11/detail/smart_holder_sfinae_hooks_only.h",
"include/pybind11/detail/smart_holder_type_casters.h",
"include/pybind11/detail/type_caster_base.h",
"include/pybind11/detail/type_caster_odr_guard.h",
"include/pybind11/detail/typeid.h",
}