update python toolings

This commit is contained in:
2024-02-25 00:01:52 +01:00
parent 69a01f167e
commit 6508e6a07c
5 changed files with 84 additions and 31 deletions

View File

@@ -1,7 +1,12 @@
# Specify the .proto file
set(PROTO_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../proto)
set(PROTO_FILE ${PROTO_SRC_DIR}/firmware.proto)
set(PROTO_FILE
${PROTO_SRC_DIR}/firmware.proto
${PROTO_SRC_DIR}/light.proto
${PROTO_SRC_DIR}/usb.proto
${PROTO_SRC_DIR}/cls_device.proto
)
# Specify where you want to generate the python code
set(PYTHON_OUT_DIR ${CMAKE_CURRENT_SOURCE_DIR})