]> git.uio.no Git - u/mrichter/AliRoot.git/blame - OADB/CMakelibOADB.pkg
Added loop for extraction of clusters really attached to its track.
[u/mrichter/AliRoot.git] / OADB / CMakelibOADB.pkg
CommitLineData
78b87a58 1#-*- Mode: CMake -*-
7330f0e5 2set ( SRCS
172f0088 3 AliOADBCentrality.cxx
7330f0e5 4 AliOADBPhysicsSelection.cxx
5 AliOADBFillingScheme.cxx
6 AliOADBTriggerAnalysis.cxx
6cffd6bf 7 AliOADBTrackFix.cxx
7330f0e5 8 )
78b87a58 9
10string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
11
12set ( DHDR OADBLinkDef.h)
13
14set ( EXPORT ${HDRS})
15
7330f0e5 16set ( EINCLUDE ANALYSIS STEER/STEERBase)
19c92d9a 17
18# Install data to destination
c7872b32 19install (DIRECTORY COMMON PWGPP PWGLF PWGJE PWGLF
19c92d9a 20 DESTINATION OADB
194220c5 21 PATTERN ".svn" EXCLUDE)