File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Include cmake build instructions
2
+ include CMakeLists.txt
3
+
1
4
# Vendor package header files
2
5
recursive-include include *.h
3
6
recursive-include include *.hpp
@@ -10,8 +13,13 @@ exclude src/R_data.cpp src/R_random_effects.cpp
10
13
# Remove the CRAN extensionless LICENSE file
11
14
exclude LICENSE
12
15
13
- # Vendor pybind11 header files in PyPI source distribution
16
+ # Vendor pybind11 dependencies in PyPI source distribution
14
17
recursive-include deps/pybind11/include/pybind11 *.h
18
+ recursive-include deps/pybind11/tools *
19
+ include deps/pybind11/CMakeLists.txt
20
+ include deps/pybind11/pyproject.toml
21
+ include deps/pybind11/setup.cfg
22
+ include deps/pybind11/setup.py
15
23
16
24
# Vendor fmt header files in PyPI source distribution
17
25
recursive-include deps/fmt/include/fmt *.h
You can’t perform that action at this time.
0 commit comments