Repository: mesos Updated Branches: refs/heads/master df2a1fd1d -> f832d1b47
Added version.cpp to CMakeLists.txt. Review: https://reviews.apache.org/r/39212 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f832d1b4 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f832d1b4 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f832d1b4 Branch: refs/heads/master Commit: f832d1b47efa628db9dbf25a7de829429786c5cc Parents: df2a1fd Author: haosdent huang <[email protected]> Authored: Mon Oct 12 11:48:46 2015 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Mon Oct 12 11:48:47 2015 -0700 ---------------------------------------------------------------------- src/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f832d1b4/src/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 828dbb6..536a99f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -209,6 +209,10 @@ set(V1_SRC v1/values.cpp ) +set(VERSION_SRC + version/version.cpp + ) + set(WATCHER_SRC watcher/whitelist_watcher.cpp ) @@ -240,6 +244,7 @@ set(MESOS_SRC ${AGENT_SRC} ${USAGE_SRC} ${V1_SRC} + ${VERSION_SRC} ${WATCHER_SRC} ${ZOOKEEPER_SRC} ${MESOS_PROTOBUF_SRC}
