Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
d91f2190
Commit
d91f2190
authored
Jan 26, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Adding new header files to tests/extra_python_package/test_files.py.
parent
9077bcd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tests/extra_python_package/test_files.py
tests/extra_python_package/test_files.py
+3
-0
No files found.
tests/extra_python_package/test_files.py
View file @
d91f2190
...
@@ -31,6 +31,7 @@ main_headers = {
...
@@ -31,6 +31,7 @@ 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"
,
}
}
...
@@ -41,6 +42,8 @@ detail_headers = {
...
@@ -41,6 +42,8 @@ detail_headers = {
"include/pybind11/detail/descr.h"
,
"include/pybind11/detail/descr.h"
,
"include/pybind11/detail/init.h"
,
"include/pybind11/detail/init.h"
,
"include/pybind11/detail/internals.h"
,
"include/pybind11/detail/internals.h"
,
"include/pybind11/detail/smart_holder_poc.h"
,
"include/pybind11/detail/smart_holder_type_casters.h"
,
"include/pybind11/detail/typeid.h"
,
"include/pybind11/detail/typeid.h"
,
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment