File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,10 @@ cmake_dependent_option(PYBIND11_FINDPYTHON "Force new FindPython" OFF
111111
112112# NB: when adding a header don't forget to also add it to setup.py
113113set (PYBIND11_HEADERS
114+ include /pybind11/detail/abi_platform_id.h
114115 include /pybind11/detail/class.h
115116 include /pybind11/detail/common.h
117+ include /pybind11/detail/cross_extension_shared_state.h
116118 include /pybind11/detail/descr.h
117119 include /pybind11/detail/dynamic_raw_ptr_cast_if_possible.h
118120 include /pybind11/detail/init.h
@@ -122,6 +124,7 @@ set(PYBIND11_HEADERS
122124 include /pybind11/detail/smart_holder_type_casters.h
123125 include /pybind11/detail/type_caster_base.h
124126 include /pybind11/detail/type_caster_odr_guard.h
127+ include /pybind11/detail/type_map.h
125128 include /pybind11/detail/typeid.h
126129 include /pybind11/attr.h
127130 include /pybind11/buffer_info.h
You can’t perform that action at this time.
0 commit comments