Add docs target and build option BUILD_DOCS

This commit is contained in:
Dennis Klein
2018-05-03 18:54:51 +02:00
committed by Dennis Klein
parent f0f9f45c25
commit c0977d1f1e
3 changed files with 122 additions and 62 deletions

View File

@@ -1,3 +1,4 @@
<!-- {#mainpage} -->
# FairMQ
C++ Message passing framework
@@ -34,6 +35,7 @@ a simulation, reconstruction and analysis framework.
* [**FairLogger**](https://github.com/FairRootGroup/FairLogger) (PUBLIC)
* [CMake](https://cmake.org/) (BUILD)
* [GTest](https://github.com/google/googletest) (BUILD, optional, `tests`)
* [Doxygen](http://www.doxygen.org/) (BUILD, optional, `docs`)
* [ZeroMQ](http://zeromq.org/) (PRIVATE)
* [Msgpack](https://msgpack.org/index.html) (PRIVATE, optional, `nanomsg_transport`)
* [nanomsg](http://nanomsg.org/) (PRIVATE, optional, `nanomsg_transport`)