]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/CMakeLists.txt
- added new task for pi0 reconstruction using purely calorimeter clusters
[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
4b4ef58d 9set (PACKAGES
10 CMakebinalitestproc.pkg
11 CMakebinderoot.pkg
12 CMakebinmonitorCheck.pkg
13 CMakebinmonitorGDC.pkg
14 CMakelibMONITOR.pkg
15)
16
7e0cf530 17if(ZEROMQ_FOUND)
4b4ef58d 18set(PACKAGES "${PACKAGES}"
19 CMakelibMONITORzmq.pkg
20 CMakebinalieventserver.pkg
21)
7e0cf530 22ENDIF(ZEROMQ_FOUND)
4b4ef58d 23
24ALICE_BuildModule()