aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2015-06-05 21:24:23 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2015-06-05 21:24:23 -0700
commite9839ff444dc932cfc5578eaf00f7c80a927a4dc (patch)
tree9c48031f99898a909be6899b4194f10965319eca /cmake/CMakeLists.txt
parent68975a4e5071c5159258770edceec925e73ca2de (diff)
downloadprotobuf-e9839ff444dc932cfc5578eaf00f7c80a927a4dc.tar.gz
protobuf-e9839ff444dc932cfc5578eaf00f7c80a927a4dc.tar.bz2
protobuf-e9839ff444dc932cfc5578eaf00f7c80a927a4dc.zip
Add back incorrectly excluded cmake targets.
Diffstat (limited to 'cmake/CMakeLists.txt')
-rw-r--r--cmake/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 02bba4c9..e8d670c9 100644
--- a/cmake/CMakeLists.txt
+++ b/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)