]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CMakeLists.txt
MONITOR without ZEROMQ
[u/mrichter/AliRoot.git] / CMakeLists.txt
index 65f8a881bb7fdcab671af2a1ec27663ff2e351b2..b6656af80b6f4661f5b6bf7e43e287eb80206283 100644 (file)
@@ -69,6 +69,9 @@ find_package(DATE)
 # FastJet
 find_package(FASTJET)
 
+# ZEROMQ
+find_package(ZeroMQ)
+
 # AliRoot version extracted from Git repository
 # Sets 4 git variables
 #  - GIT_REFSPEC - complete name of the current reference
@@ -131,6 +134,7 @@ add_subdirectory(HLT)
 add_subdirectory(STARLIGHT)
 add_subdirectory(EVE)
 add_subdirectory(AD)
+add_subdirectory(MONITOR)
 
 # Enable SHUTTLE compilation
 # Check if DIMDIR and ODIR are set