We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3d711 commit c229d1aCopy full SHA for c229d1a
setup.py
@@ -52,6 +52,7 @@ def get_scip_library():
52
"src/skeletonization.cpp",
53
"src/reconstruction.cpp",
54
"src/polygonal_surface_reconstruction.cpp",
55
+ "src/straight_skeleton_2.cpp",
56
]
57
),
58
include_dirs=["./include", get_eigen_include(), get_pybind_include()],
0 commit comments