Commit 428f4d8 1 parent da38562 commit 428f4d8 Copy full SHA for 428f4d8
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ target_link_libraries(proto_util_cc PRIVATE
92
92
${PYTHON_LIBRARIES}
93
93
)
94
94
95
+ add_py_library(abc_utils abc_utils.py)
95
96
add_py_library(callback_exception_guard callback_exception_guard.py)
96
97
add_py_library(type_customization type_customization.py)
97
98
add_py_library(postproc postproc.py)
Original file line number Diff line number Diff line change @@ -93,7 +93,9 @@ add_pyclif_library_for_test(call_method call_method.clif)
93
93
94
94
add_pyclif_library_for_test(circular circular.clif)
95
95
96
- add_pyclif_library_for_test(classes classes.clif)
96
+ add_pyclif_library_for_test(classes classes.clif
97
+ PY_DEPS clif_python_abc_utils
98
+ )
97
99
98
100
add_pyclif_library_for_test(class_module_attr class_module_attr.clif)
99
101
You can’t perform that action at this time.
0 commit comments