pull/13171/head
Matt Kulukundis 3 years ago
parent 8b74557e30
commit 5d7daf1ce2
  1. 2
      cmake/CMakeLists.txt

@ -112,6 +112,7 @@ target_link_libraries(reflection
upb) upb)
add_library(textformat add_library(textformat
../upb/text_encode.c ../upb/text_encode.c
../upb/upb_internal.h
../upb/text_encode.h) ../upb/text_encode.h)
target_link_libraries(textformat target_link_libraries(textformat
port port
@ -119,6 +120,7 @@ target_link_libraries(textformat
add_library(json add_library(json
../upb/json_decode.c ../upb/json_decode.c
../upb/json_encode.c ../upb/json_encode.c
../upb/upb_internal.h
../upb/json_decode.h ../upb/json_decode.h
../upb/json_encode.h) ../upb/json_encode.h)
target_link_libraries(json target_link_libraries(json

Loading…
Cancel
Save