mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-29 08:32:02 +00:00
Fix oversights: Add pybind11/smart_holder.h in CMakeLists.txt, tests/extra_python_package/test_files.py
This commit is contained in:
parent
12b01305de
commit
a332fe8cf4
@ -178,6 +178,7 @@ set(PYBIND11_HEADERS
|
|||||||
include/pybind11/operators.h
|
include/pybind11/operators.h
|
||||||
include/pybind11/pybind11.h
|
include/pybind11/pybind11.h
|
||||||
include/pybind11/pytypes.h
|
include/pybind11/pytypes.h
|
||||||
|
include/pybind11/smart_holder.h
|
||||||
include/pybind11/stl.h
|
include/pybind11/stl.h
|
||||||
include/pybind11/stl_bind.h
|
include/pybind11/stl_bind.h
|
||||||
include/pybind11/stl/filesystem.h
|
include/pybind11/stl/filesystem.h
|
||||||
|
@ -44,11 +44,12 @@ main_headers = {
|
|||||||
"include/pybind11/options.h",
|
"include/pybind11/options.h",
|
||||||
"include/pybind11/pybind11.h",
|
"include/pybind11/pybind11.h",
|
||||||
"include/pybind11/pytypes.h",
|
"include/pybind11/pytypes.h",
|
||||||
|
"include/pybind11/smart_holder.h",
|
||||||
"include/pybind11/stl.h",
|
"include/pybind11/stl.h",
|
||||||
"include/pybind11/stl_bind.h",
|
"include/pybind11/stl_bind.h",
|
||||||
|
"include/pybind11/trampoline_self_life_support.h",
|
||||||
"include/pybind11/type_caster_pyobject_ptr.h",
|
"include/pybind11/type_caster_pyobject_ptr.h",
|
||||||
"include/pybind11/typing.h",
|
"include/pybind11/typing.h",
|
||||||
"include/pybind11/trampoline_self_life_support.h",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
detail_headers = {
|
detail_headers = {
|
||||||
|
Loading…
Reference in New Issue
Block a user