From f1a4731ccadf7226c6589d6d39131376f0811625 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 10 Nov 2023 22:52:08 +0000 Subject: [PATCH] fixups --- backend/cpp/llama/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/cpp/llama/CMakeLists.txt b/backend/cpp/llama/CMakeLists.txt index 027fab91..81f5324e 100644 --- a/backend/cpp/llama/CMakeLists.txt +++ b/backend/cpp/llama/CMakeLists.txt @@ -49,8 +49,11 @@ add_library(hw_grpc_proto ${hw_grpc_hdrs} ${hw_proto_srcs} ${hw_proto_hdrs}) - +target_compile_definitions(${TARGET} PRIVATE + SERVER_VERBOSE=$ +) add_executable(${TARGET} grpc-server.cpp json.hpp) +install(TARGETS ${TARGET} RUNTIME) target_link_libraries(${TARGET} PRIVATE common llama clip ${CMAKE_THREAD_LIBS_INIT} absl::flags hw_grpc_proto absl::flags_parse gRPC::${_REFLECTION}