summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 54dcf24..0a24f90 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,6 +151,7 @@ add_executable(test_cpp
tests/test_cpp.cc)
add_test(NAME test_cpp COMMAND test_cpp)
target_link_libraries(test_cpp
+ test_cpp_upbproto
upb
upb_pb
upb_test)
@@ -161,11 +162,10 @@ target_link_libraries(test_table
upb
upb_test)
add_executable(test_json
- tests/json/test.upbdefs.c
- tests/json/test.upbdefs.h
tests/json/test_json.cc)
add_test(NAME test_json COMMAND test_json)
target_link_libraries(test_json
+ test_json_upbproto
upb_json
upb_test)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback