wjones127 commented on a change in pull request #153:
URL: https://github.com/apache/arrow-cookbook/pull/153#discussion_r814354812



##########
File path: cpp/code/CMakeLists.txt
##########
@@ -13,12 +13,21 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
     set(CMAKE_CXX_CLANG_TIDY "clang-tidy")
 endif()
 
+# Add protobuf
+find_package(Protobuf REQUIRED)
+find_package(gRPC CONFIG REQUIRED)
+find_package(Threads)
+
+set(PROTO_FILES
+    protos/helloworld.proto
+)
+
 # Create test targets
 enable_testing()
 
 include(GoogleTest)
 
-function(RECIPE TARGET)
+function(RECIPE TARGET COMPILE_PROTOS)

Review comment:
       Ah I can move it after 👍 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to