Skip to content

Commit

Permalink
Fix oversights: Add pybind11/smart_holder.h in CMakeLists.txt, tests/…
Browse files Browse the repository at this point in the history
…extra_python_package/test_files.py
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Jul 2, 2024
1 parent 12b0130 commit a332fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ set(PYBIND11_HEADERS
include/pybind11/operators.h
include/pybind11/pybind11.h
include/pybind11/pytypes.h
include/pybind11/smart_holder.h
include/pybind11/stl.h
include/pybind11/stl_bind.h
include/pybind11/stl/filesystem.h
Expand Down
3 changes: 2 additions & 1 deletion tests/extra_python_package/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@
"include/pybind11/options.h",
"include/pybind11/pybind11.h",
"include/pybind11/pytypes.h",
"include/pybind11/smart_holder.h",
"include/pybind11/stl.h",
"include/pybind11/stl_bind.h",
"include/pybind11/trampoline_self_life_support.h",
"include/pybind11/type_caster_pyobject_ptr.h",
"include/pybind11/typing.h",
"include/pybind11/trampoline_self_life_support.h",
}

detail_headers = {
Expand Down

0 comments on commit a332fe8

Please sign in to comment.