Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
45388b46
Commit
45388b46
authored
Feb 15, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding additional new include files to CMakeLists.txt, tests/extra_python_package/test_files.py.
parent
768472f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
+2
-0
tests/extra_python_package/test_files.py
+2
-0
No files found.
CMakeLists.txt
View file @
45388b46
...
@@ -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 @
45388b46
...
@@ -42,7 +42,9 @@ detail_headers = {
...
@@ -42,7 +42,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