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