You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2015/10/05 11:01:06 UTC

mesos git commit: Add QuotaInfo Protobuf to CMake.

Repository: mesos
Updated Branches:
  refs/heads/master 442295746 -> 91c98ee98


Add QuotaInfo Protobuf to CMake.

QuotaInfo was introduced here: https://reviews.apache.org/r/36908/

Review: https://reviews.apache.org/r/38960


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/91c98ee9
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/91c98ee9
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/91c98ee9

Branch: refs/heads/master
Commit: 91c98ee98ce835fa149aecbfeb9d5bd3e6537828
Parents: 4422957
Author: Joseph Wu <jo...@mesosphere.io>
Authored: Mon Oct 5 11:00:42 2015 +0200
Committer: Bernd Mathiske <be...@mesosphere.io>
Committed: Mon Oct 5 11:00:42 2015 +0200

----------------------------------------------------------------------
 src/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/91c98ee9/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c653311..828dbb6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -29,6 +29,7 @@ PROTOC_TO_INCLUDE_DIR(V1_EXECUTOR      mesos/v1/executor/executor)
 PROTOC_TO_INCLUDE_DIR(FETCHER          mesos/fetcher/fetcher)
 PROTOC_TO_INCLUDE_DIR(MAINTENANCE      mesos/maintenance/maintenance)
 PROTOC_TO_INCLUDE_DIR(ALLOCATOR        mesos/master/allocator)
+PROTOC_TO_INCLUDE_DIR(QUOTA            mesos/master/quota)
 PROTOC_TO_INCLUDE_DIR(MODULE           mesos/module/module)
 PROTOC_TO_INCLUDE_DIR(SCHEDULER        mesos/scheduler/scheduler)
 PROTOC_TO_INCLUDE_DIR(V1_SCHEDULER     mesos/v1/scheduler/scheduler)
@@ -51,6 +52,7 @@ set(MESOS_PROTOBUF_SRC
   ${FETCHER_PROTO_CC}
   ${MAINTENANCE_PROTO_CC}
   ${ALLOCATOR_PROTO_CC}
+  ${QUOTA_PROTO_CC}
   ${MODULE_PROTO_CC}
   ${SCHEDULER_PROTO_CC}
   ${V1_SCHEDULER_PROTO_CC}