Skip to content

Commit 3298522

Browse files
peng.li24claude
andcommitted
feat: include pycpp wrapper headers in DEB package
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 443d345 commit 3298522

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ install(DIRECTORY numpy
1919
DESTINATION include/numpycpp
2020
FILES_MATCHING PATTERN "*.h"
2121
)
22+
install(DIRECTORY pycpp
23+
DESTINATION include/numpycpp
24+
FILES_MATCHING PATTERN "*.h"
25+
PATTERN ".pytest_cache" EXCLUDE
26+
)
2227

2328
install(TARGETS numpycpp
2429
EXPORT numpycpp-targets

0 commit comments

Comments
 (0)