]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/CMakeLists.txt
Event Server can now run without GUI.
[u/mrichter/AliRoot.git] / MONITOR / CMakeLists.txt
CommitLineData
6d839a5c 1# AliRoot Build System CMakeLists for MONITOR
2#
3# Author: Johny Jose m(johny.jose@cern.ch)
4# Port of previous Makefile build to cmake
5
6cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
7
7e0cf530 8# This will only build MONITOR only if ZeroMQ is found
164d3d29 9
4b4ef58d 10set (PACKAGES
4b4ef58d 11 CMakelibMONITOR.pkg
164d3d29 12 alitestproc/CMakebinalitestproc.pkg
13 deroot/CMakebinderoot.pkg
14 monitorCheck/CMakebinmonitorCheck.pkg
15 monitorGDC/CMakebinmonitorGDC.pkg
4b4ef58d 16)
17
7e0cf530 18if(ZEROMQ_FOUND)
4b4ef58d 19set(PACKAGES "${PACKAGES}"
20 CMakelibMONITORzmq.pkg
164d3d29 21 alistoragemanager/CMakebinalistorage.pkg
22 alistoragemanager/CMakebinalistorageadmin.pkg
23 alistoragemanager/CMakebinalifakedisplay.pkg
24 alistoragemanager/CMakebinalistorageminimalexample.pkg
25 alistoragemanager/CMakebinalistoragegetpoints.pkg
26 alieventserver/CMakebinalieventserver.pkg
4b4ef58d 27)
7e0cf530 28ENDIF(ZEROMQ_FOUND)
4b4ef58d 29
30ALICE_BuildModule()