CMake: Added AppC spec protocol buffer to build. Review: https://reviews.apache.org/r/43398/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/77c7ffa8 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/77c7ffa8 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/77c7ffa8 Branch: refs/heads/master Commit: 77c7ffa84d89a715229e0f59f39ead381d0aa039 Parents: 062da29 Author: Alex Clemmer <[email protected]> Authored: Tue Feb 9 17:41:13 2016 -0800 Committer: Michael Park <[email protected]> Committed: Tue Feb 9 17:41:52 2016 -0800 ---------------------------------------------------------------------- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/77c7ffa8/src/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4a29544..9ab84c0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,6 +21,7 @@ include(MesosProtobuf) # Build the protobuf structs. PROTOC_TO_INCLUDE_DIR(MESOS mesos/mesos) PROTOC_TO_INCLUDE_DIR(V1_MESOS mesos/v1/mesos) +PROTOC_TO_INCLUDE_DIR(APPC_SPEC mesos/appc/spec) PROTOC_TO_INCLUDE_DIR(AUTHENTICATION mesos/authentication/authentication) PROTOC_TO_INCLUDE_DIR(AUTHORIZATION mesos/authorizer/authorizer) PROTOC_TO_INCLUDE_DIR(CONTAINERIZER mesos/containerizer/containerizer) @@ -51,6 +52,7 @@ PROTOC_TO_SRC_DIR(MESSAGE slave/containerizer/mesos/provisioner/docker/message) set(MESOS_PROTOBUF_SRC ${MESOS_PROTO_CC} ${V1_MESOS_PROTO_CC} + ${APPC_SPEC_PROTO_CC} ${AUTHENTICATION_PROTO_CC} ${AUTHORIZATION_PROTO_CC} ${CONTAINERIZER_PROTO_CC}
