]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ANALYSIS/CMake_libTENDER.txt
For the display, now uses the human chamberId convention, i.e. starting at one, inste...
[u/mrichter/AliRoot.git] / ANALYSIS / CMake_libTENDER.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 Tender/AliTender.cxx
5 Tender/AliTenderSupply.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(TENDER "${SRCS}" "${HDRS}")