소스 검색

Add back incorrectly excluded cmake targets.

Feng Xiao 10 년 전
부모
커밋
e9839ff444
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      cmake/CMakeLists.txt

+ 2 - 1
cmake/CMakeLists.txt

@@ -67,6 +67,7 @@ endif (MSVC)
 include(libprotobuf-lite.cmake)
 include(libprotobuf.cmake)
 include(libprotoc.cmake)
+include(protoc.cmake)
 if (BUILD_TESTING)
-  include(protoc.cmake)
+  include(tests.cmake)
 endif (BUILD_TESTING)