aboutsummaryrefslogtreecommitdiff
path: root/dep/CMakeLists.txt
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-03-26 00:30:28 +0100
committerShauren <shauren.trinity@gmail.com>2016-03-26 00:30:28 +0100
commit092d52080f3c8378bc3e5f35b7066c03500314e2 (patch)
treef094b299878051bd2f2356e597bb58a79b61de3a /dep/CMakeLists.txt
parent014402c25cfcbdac5cf8c7436e1718a01fefb045 (diff)
Dep: Added google protobuf
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r--dep/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index acbef0ca106..f99e97960bc 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -36,6 +36,7 @@ if(SERVERS)
add_subdirectory(gsoap)
add_subdirectory(rapidjson)
add_subdirectory(efsw)
+ add_subdirectory(protobuf)
endif()
if(TOOLS)