From d4a2076f147b02202a060a956fa6156724ac2f99 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 1 Mar 2017 14:23:32 -0800 Subject: Split binary and text serialization. --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e859cdc..9937eaf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,6 +16,8 @@ add_subdirectory(xml) add_library(protobuf-mutator libfuzzer_protobuf_mutator.cc + text_format.cc + binary_format.cc protobuf_mutator.cc) target_link_libraries(protobuf-mutator ${PROTOBUF_LIBRARY}) -- cgit v1.2.3