|
|
@ -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 |
|
|
|