]> git.uio.no Git - u/mrichter/AliRoot.git/blame - THbtp/CMake_libTHbtp.txt
extend macro to run on batch
[u/mrichter/AliRoot.git] / THbtp / CMake_libTHbtp.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4THBTprocessor.cxx
5AliGenHBTprocessor.cxx
6)
7
8# fill list of header files from list of source files
9# by exchanging the file extension
10String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
11
12AddLibrary(THbtp "${SRCS}" "${HDRS}")
13