From 1eacf01378d4dff3aed73fffcc42e0352b93835e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 10:48:01 -0400 Subject: Trying out protobuf I guess --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..f23152d --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +find_package(Protobuf) + +protobuf_generate( + LANGUAGE cpp + OUT_VAR CPP_PROTO_SRCS + PROTOC_OUT_DIR generated/cpp/proto + PROTOS proto/human.proto proto/data.proto +) -- cgit 1.4.1