summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-13 08:30:57 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-13 08:30:57 -0700
commitcbe051a09c19f868b7682477755011ec681ce6cb (patch)
tree1772e01c85cc3f89edd2db9f2659c662b6b4ae2c /CMakeLists.txt
parente294a16c08591b7715d48e40e82b1523f0227dfa (diff)
Re-enabled conformance tests.
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 3e08cd7..e6bc5b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -115,6 +115,7 @@ target_link_libraries(upb_pb
table
upb)
add_library(upb_json
+ generated_for_cmake/upb/json/parser.c
upb/json/printer.c
upb/json/parser.h
upb/json/printer.h)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback