소스 검색

Merge pull request #5103 from haberman/cmake

Added conformance test impl file to CMake.
Joshua Haberman 7 년 전
부모
커밋
fd90f45360
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cmake/conformance.cmake

+ 1 - 0
cmake/conformance.cmake

@@ -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