Skip to content

Commit 92741e7

Browse files
authored
This should have been included in PR #30008 (#30009)
1 parent 7c83fc9 commit 92741e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
113113
set(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

0 commit comments

Comments
 (0)