Skip to content

Commit 7222c03

Browse files
committed
try fix pyabacus
1 parent ff71d0d commit 7222c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyabacus/src/ModuleBase/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ list(APPEND pymodule_base
22
${PROJECT_SOURCE_DIR}/src/ModuleBase/py_base_math.cpp
33
${BASE_PATH}/kernels/math_op.cpp
44
${BASE_PATH}/module_device/memory_op.cpp
5+
${BASE_PATH}/module_device/device.cpp
56
)
67

78
pybind11_add_module(_base_pack MODULE ${pymodule_base})

0 commit comments

Comments
 (0)