]> git.uio.no Git - u/mrichter/AliRoot.git/blob - THbtp/CMake_libTHbtp.txt
Corrected wrong selection of eta decays
[u/mrichter/AliRoot.git] / THbtp / CMake_libTHbtp.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 THBTprocessor.cxx
5 AliGenHBTprocessor.cxx
6 )
7
8 set(FSRCS
9 hbt_event_processor.f
10 )
11
12 # fill list of header files from list of source files
13 # by exchanging the file extension
14 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
15
16 Set(SRCS ${SRCS} ${FSRCS} ${CSRCS})
17
18 AddLibrary(THbtp "${SRCS}" "${HDRS}")
19