Skip to content

Commit

Permalink
experimental uglify
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-gray101 committed Dec 26, 2023
1 parent 4a91d68 commit c7ef633
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions backend/cpp/llama/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,7 @@ set(hw_grpc_hdrs "${CMAKE_CURRENT_BINARY_DIR}/backend.grpc.pb.h")

add_custom_command(
OUTPUT "${hw_proto_srcs}" "${hw_proto_hdrs}" "${hw_grpc_srcs}" "${hw_grpc_hdrs}"
COMMAND $(_PROTOBUF_PROTOC) ARGS
--grpc_out "${CMAKE_CURRENT_BINARY_DIR}"
--cpp_out "${CMAKE_CURRENT_BINARY_DIR}"
-I "${hw_proto_path}"
--plugin=protoc-gen-grpc="$(_GRPC_CPP_PLUGIN_EXECUTABLE)"
"${hw_proto}"
COMMAND $(_PROTOBUF_PROTOC) --grpc_out "${CMAKE_CURRENT_BINARY_DIR}" --cpp_out "${CMAKE_CURRENT_BINARY_DIR}" -I "${hw_proto_path}" --plugin=protoc-gen-grpc="$(_GRPC_CPP_PLUGIN_EXECUTABLE)" "${hw_proto}"
DEPENDS "${hw_proto}")

# hw_grpc_proto
Expand Down

0 comments on commit c7ef633

Please sign in to comment.