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