]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/CMakeLists.txt
EVE - to be finished
[u/mrichter/AliRoot.git] / EVE / CMakeLists.txt
index 85339cc0022de29536be2f40e4f9f856723b9558..0ae33c3c20039522ac03a4df6a502a57c6ea1aec 100644 (file)
 # * provided "as is" without express or implied warranty.                  *
 # **************************************************************************
 
+# EVE libraries
 add_subdirectory(EveBase)
 add_subdirectory(EveDet)
+add_subdirectory(EveHLT)
+# EVE executables
+#add_subdirectory(alieve_main)
 
 # Installing the macros
 install(DIRECTORY macros DESTINATION EVE)
+install(DIRECTORY alice-macros DESTINATION EVE)
+install(DIRECTORY alice-data DESTINATION EVE)
+install(DIRECTORY hlt-macros DESTINATION EVE)
+install(DIRECTORY icons DESTINATION EVE)
 
 message(STATUS "EVE enabled")