]> git.uio.no Git - u/mrichter/AliRoot.git/blame - OADB/CMakelibOADB.pkg
Remove printout in the event-mixing method
[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
39c1c77f 7 AliOADBTrackFix.cxx
8)
9
10file(GLOB_RECURSE OTHERS "*.root")
78b87a58 11
12string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
13
14set ( DHDR OADBLinkDef.h)
15
16set ( EXPORT ${HDRS})
17
7330f0e5 18set ( EINCLUDE ANALYSIS STEER/STEERBase)
19c92d9a 19
20# Install data to destination
e9d8f833 21install (DIRECTORY COMMON PWGPP PWGLF PWGJE PWGLF
19c92d9a 22 DESTINATION OADB
194220c5 23 PATTERN ".svn" EXCLUDE)