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