summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-12-17 09:16:46 -0800
committerJosh Haberman <jhaberman@gmail.com>2018-12-17 09:16:46 -0800
commit5e958a8c055872ecd5b7f7d00f48212de5711ae5 (patch)
treef35a85fd4f0ec2e9efa1f64fac686e3d052f6f19 /CMakeLists.txt
parent377871f10403c7b4e1cc6f769b9443b5197aecc8 (diff)
test_json is working!
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 3439aac..54dcf24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -125,6 +125,7 @@ add_executable(test_handlers
tests/test_handlers.c)
add_test(NAME test_handlers COMMAND test_handlers)
target_link_libraries(test_handlers
+ descriptor_upbproto
upb_pb
upb_test)
add_executable(test_decoder
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback