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
8cac3e03
Commit
8cac3e03
authored
Feb 15, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Adding additional new include files to CMakeLists.txt, tests/extra_python_package/test_files.py.
parent
348d893b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
tests/extra_python_package/test_files.py
tests/extra_python_package/test_files.py
+2
-0
No files found.
CMakeLists.txt
View file @
8cac3e03
...
@@ -105,7 +105,9 @@ set(PYBIND11_HEADERS
...
@@ -105,7 +105,9 @@ set(PYBIND11_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_init_inline_include.h
include/pybind11/detail/smart_holder_poc.h
include/pybind11/detail/smart_holder_poc.h
include/pybind11/detail/smart_holder_type_casters_inline_include.h
include/pybind11/detail/typeid.h
include/pybind11/detail/typeid.h
include/pybind11/attr.h
include/pybind11/attr.h
include/pybind11/buffer_info.h
include/pybind11/buffer_info.h
...
...
tests/extra_python_package/test_files.py
View file @
8cac3e03
...
@@ -43,7 +43,9 @@ detail_headers = {
...
@@ -43,7 +43,9 @@ 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_init_inline_include.h"
,
"include/pybind11/detail/smart_holder_poc.h"
,
"include/pybind11/detail/smart_holder_poc.h"
,
"include/pybind11/detail/smart_holder_type_casters_inline_include.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