Make trivial change to CMakeLists.txt to test auto-generation

If the auto-generation is working correctly, then CMakeLists.txt should
be quickly auto-updated with a change that undoes this one.
pull/13171/head
Adam Cozzette 2 years ago
parent c033eff26f
commit 496276471d
  1. 2
      cmake/CMakeLists.txt

@ -63,8 +63,8 @@ enable_testing()
add_library(port INTERFACE)
add_library(upb
../upb/alloc.c
../upb/arena.c
../upb/alloc.c
../upb/array.c
../upb/decode.c
../upb/encode.c

Loading…
Cancel
Save