summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-13 16:13:39 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-13 16:13:39 -0700
commit9a66356d95f9aff04570a6b4e9e34cdc8cd6fa6b (patch)
tree53bf75cf323581b4053f0e35c3c2f9a715b8cf8e /CMakeLists.txt
parent13eb14986b3fbce692c7ce5ef62adc8d4bf84f2b (diff)
More Blaze fixes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 675f41a..d085f48 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -87,6 +87,7 @@ add_library(legacy_msg_reflection
upb/legacy_msg_reflection.c
upb/legacy_msg_reflection.h)
target_link_libraries(legacy_msg_reflection
+ table
upb)
add_library(handlers
upb/handlers.c
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback