Skip to content

Commit

Permalink
Added conformance test impl file to CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Sep 2, 2018
1 parent d340bdf commit 64f5af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/conformance.cmake
Expand Up @@ -21,6 +21,7 @@ add_custom_command(
add_executable(conformance_test_runner
${protobuf_source_dir}/conformance/conformance.pb.cc
${protobuf_source_dir}/conformance/conformance_test.cc
${protobuf_source_dir}/conformance/conformance_test_impl.cc
${protobuf_source_dir}/conformance/conformance_test_runner.cc
${protobuf_source_dir}/conformance/third_party/jsoncpp/json.h
${protobuf_source_dir}/conformance/third_party/jsoncpp/jsoncpp.cpp
Expand Down

0 comments on commit 64f5af2

Please sign in to comment.