| OLD | NEW |
| (Empty) |
| 1 set(libprotobuf_lite_files | |
| 2 ${protobuf_source_dir}/src/google/protobuf/arena.cc | |
| 3 ${protobuf_source_dir}/src/google/protobuf/arenastring.cc | |
| 4 ${protobuf_source_dir}/src/google/protobuf/extension_set.cc | |
| 5 ${protobuf_source_dir}/src/google/protobuf/generated_message_util.cc | |
| 6 ${protobuf_source_dir}/src/google/protobuf/io/coded_stream.cc | |
| 7 ${protobuf_source_dir}/src/google/protobuf/io/zero_copy_stream.cc | |
| 8 ${protobuf_source_dir}/src/google/protobuf/io/zero_copy_stream_impl_lite.cc | |
| 9 ${protobuf_source_dir}/src/google/protobuf/message_lite.cc | |
| 10 ${protobuf_source_dir}/src/google/protobuf/repeated_field.cc | |
| 11 ${protobuf_source_dir}/src/google/protobuf/stubs/atomicops_internals_x86_gcc.c
c | |
| 12 ${protobuf_source_dir}/src/google/protobuf/stubs/atomicops_internals_x86_msvc.
cc | |
| 13 ${protobuf_source_dir}/src/google/protobuf/stubs/bytestream.cc | |
| 14 ${protobuf_source_dir}/src/google/protobuf/stubs/common.cc | |
| 15 ${protobuf_source_dir}/src/google/protobuf/stubs/once.cc | |
| 16 ${protobuf_source_dir}/src/google/protobuf/stubs/status.cc | |
| 17 ${protobuf_source_dir}/src/google/protobuf/stubs/statusor.cc | |
| 18 ${protobuf_source_dir}/src/google/protobuf/stubs/stringpiece.cc | |
| 19 ${protobuf_source_dir}/src/google/protobuf/stubs/stringprintf.cc | |
| 20 ${protobuf_source_dir}/src/google/protobuf/stubs/strutil.cc | |
| 21 ${protobuf_source_dir}/src/google/protobuf/stubs/time.cc | |
| 22 ${protobuf_source_dir}/src/google/protobuf/wire_format_lite.cc | |
| 23 ) | |
| 24 | |
| 25 add_library(libprotobuf-lite ${libprotobuf_lite_files}) | |
| 26 target_link_libraries(libprotobuf-lite ${CMAKE_THREAD_LIBS_INIT}) | |
| 27 target_include_directories(libprotobuf-lite PUBLIC ${protobuf_source_dir}/src) | |
| 28 set_target_properties(libprotobuf-lite PROPERTIES | |
| 29 COMPILE_DEFINITIONS LIBPROTOBUF_EXPORTS | |
| 30 OUTPUT_NAME ${LIB_PREFIX}protobuf-lite) | |
| OLD | NEW |