mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-21 16:09:22 +00:00
Add new header filename to CMakeLists.txt, test_files.py
This commit is contained in:
parent
3d064fcab3
commit
590171e6aa
@ -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
|
||||
|
@ -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",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user