]> git.uio.no Git - u/mrichter/AliRoot.git/blob - OADB/CMakelibOADB.pkg
remove temporary task that was used to troubleshoot the gamma flow anaysis
[u/mrichter/AliRoot.git] / OADB / CMakelibOADB.pkg
1 #-*- Mode: CMake -*-
2 set ( SRCS  
3   AliOADBCentrality.cxx 
4   AliOADBPhysicsSelection.cxx 
5   AliOADBFillingScheme.cxx 
6   AliOADBTriggerAnalysis.cxx 
7   AliOADBTrackFix.cxx
8 )
9
10 file(GLOB_RECURSE OTHERS "*.root")
11
12 string(REPLACE ".cxx" ".h" HDRS  "${SRCS}")
13
14 set ( DHDR  OADBLinkDef.h)
15
16 set ( EXPORT ${HDRS})
17
18 set ( EINCLUDE ANALYSIS  STEER/STEERBase)
19
20 # Install data to destination 
21 install (DIRECTORY COMMON EMCAL PHOS PWG PWGPP PWGLF PWGJE PWGLF
22          DESTINATION OADB 
23          PATTERN ".svn" EXCLUDE)