]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/CMakeLists.txt
Added Eventplane Dependence in dPhi Correlations code
[u/mrichter/AliRoot.git] / MONITOR / CMakeLists.txt
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
6 cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
7
8 # This will only build MONITOR only if ZeroMQ is found
9 set (PACKAGES
10   CMakebinalitestproc.pkg
11   CMakebinderoot.pkg
12   CMakebinmonitorCheck.pkg
13   CMakebinmonitorGDC.pkg
14   CMakelibMONITOR.pkg
15 )
16
17 if(ZEROMQ_FOUND)
18 set(PACKAGES "${PACKAGES}"
19   CMakelibMONITORzmq.pkg
20   CMakebinalieventserver.pkg
21 )
22 ENDIF(ZEROMQ_FOUND)
23
24 ALICE_BuildModule()