]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/CMakeLists.txt
Merge branch 'TPCdev' of https://git.cern.ch/reps/AliRoot into TPCdev
[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 if(ZEROMQ_FOUND)
10 file(GLOB PACKAGES CMake*.pkg)
11 ALICE_BuildModule()
12 ENDIF(ZEROMQ_FOUND)