From 717db51700c0477397867d4ff5370cd194cd7991 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 14 May 2019 15:07:05 -0700 Subject: Updated protobuf to the main branch again. --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 24e0b54..2573173 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,6 +114,7 @@ add_library(upb_pb target_link_libraries(upb_pb descriptor_upbproto handlers + reflection table upb) add_library(upb_json @@ -134,6 +135,7 @@ add_library(upb_test tests/test_util.h tests/upb_test.h) target_link_libraries(upb_test - handlers) + handlers + upb) -- cgit v1.2.3