Merge pull request #514 from fowles/main

sort file list
pull/13171/head
Matt Fowles Kulukundis 3 years ago committed by GitHub
commit f196268799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmake/CMakeLists.txt

@ -83,9 +83,9 @@ target_link_libraries(upb
/third_party/utf8_range)
add_library(fastdecode
../upb/decode.h
../upb/decode_internal.h
../upb/decode_fast.c
../upb/decode_fast.h
../upb/decode_internal.h
../upb/msg.h
../upb/msg_internal.h
../upb/upb_internal.h)

Loading…
Cancel
Save