-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69753/
-----------------------------------------------------------

Review request for mesos, Benjamin Bannier and Till Toenshoff.


Repository: mesos


Description
-------

This incrementally splits the gigantic libmesos into some logical
chunks that can be linked to independently, depending on the scope
of the component.

The goal is that all components eventually link to "libmesos-common";
which only contains the 3rdparty libraries, libprocess, the messages
passed between components, and some utilities/helpers; instead of
linking to everything.

This commit also introduces the following two libraries:
  * libmesos-detector: Code used to detect the Mesos master.  Used by
    the Master, Agent, and Scheduler.
  * libmesos-scheduler: Code used by native Schedulers.


Diffs
-----

  src/CMakeLists.txt a574d449dc26b820cbef7ff0b5e94b42b6fe86cf 


Diff: https://reviews.apache.org/r/69753/diff/1/


Testing
-------

cmake --built . --target mesos-common
cmake --built . --target mesos-detector
cmake --built . --target mesos-scheduler


Thanks,

Joseph Wu

Reply via email to