Skip to content

Commit a402c29

Browse files
author
peng.li24
committed
install: include pycpp/ in deb package
1 parent 592f5f1 commit a402c29

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
@@ -29,10 +29,15 @@ target_compile_features(shapelycpp INTERFACE cxx_std_17)
2929

3030
# ---- Install — header-only C++ library --------------------------------------
3131
# shapely/ — pure native C++ (zero pybind11 dependency)
32+
# pycpp/ — pybind11 wrappers (thin layer)
3233
install(DIRECTORY shapely
3334
DESTINATION include/shapelycpp
3435
FILES_MATCHING PATTERN "*.h"
3536
)
37+
install(DIRECTORY pycpp
38+
DESTINATION include/shapelycpp
39+
FILES_MATCHING PATTERN "*.h"
40+
)
3641

3742
include(CMakePackageConfigHelpers)
3843
configure_package_config_file(

0 commit comments

Comments
 (0)