浏览代码

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)