diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-03-26 00:30:28 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-26 00:30:28 +0100 |
commit | 092d52080f3c8378bc3e5f35b7066c03500314e2 (patch) | |
tree | f094b299878051bd2f2356e597bb58a79b61de3a /dep/CMakeLists.txt | |
parent | 014402c25cfcbdac5cf8c7436e1718a01fefb045 (diff) |
Dep: Added google protobuf
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r-- | dep/CMakeLists.txt | 1 |
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) |