]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/CMakeLists.txt
Fixes for object target dependencies
[u/mrichter/AliRoot.git] / MONITOR / CMakeLists.txt
CommitLineData
394b05d9 1# **************************************************************************
2# * Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. *
3# * *
4# * Author: The ALICE Off-line Project. *
5# * Contributors are mentioned in the code where appropriate. *
6# * *
7# * Permission to use, copy, modify and distribute this software and its *
8# * documentation strictly for non-commercial purposes is hereby granted *
9# * without fee, provided that the above copyright notice appears in all *
10# * copies and that both the copyright notice and this permission notice *
11# * appear in the supporting documentation. The authors make no claims *
12# * about the suitability of this software for any purpose. It is *
13# * provided "as is" without express or implied warranty. *
14# **************************************************************************
6d839a5c 15
394b05d9 16# MONITOR libraries
17add_subdirectory(MONITOR)
6d839a5c 18
394b05d9 19# MONITOR executables
20add_subdirectory(alitestproc)
21add_subdirectory(deroot)
22add_subdirectory(monitorCheck)
23add_subdirectory(monitorGDC)
164d3d29 24
3c77e1ef 25if(ZEROMQ_FOUND)
394b05d9 26 add_subdirectory(MONITORzmq)
6b30c614 27 add_subdirectory(alistoragemanager)
28 add_subdirectory(alionlinereco)
3c77e1ef 29endif(ZEROMQ_FOUND)
4b4ef58d 30
4b4ef58d 31
394b05d9 32message(STATUS "MONITOR enabled")