We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271b27f commit 2b941b3Copy full SHA for 2b941b3
CMakeLists.txt
@@ -34,6 +34,7 @@ set(PYTHON_LIBRARIES ${PYTHON_LIBRARIES} CACHE INTERNAL "")
34
set(PYTHON_MODULE_PREFIX ${PYTHON_MODULE_PREFIX} CACHE INTERNAL "")
35
set(PYTHON_MODULE_EXTENSION ${PYTHON_MODULE_EXTENSION} CACHE INTERNAL "")
36
37
+# NB: when adding a header don't forget to also add it to setup.py
38
set(PYBIND11_HEADERS
39
include/pybind11/attr.h
40
include/pybind11/buffer_info.h
setup.py
@@ -13,6 +13,7 @@
13
else:
14
headers = [
15
'include/pybind11/attr.h',
16
+ 'include/pybind11/buffer_info.h',
17
'include/pybind11/cast.h',
18
'include/pybind11/chrono.h',
19
'include/pybind11/class_support.h',
0 commit comments