]> git.uio.no Git - u/mrichter/AliRoot.git/blob - THydjet/CMake_libTHydjet.txt
Add possibility to rotate event
[u/mrichter/AliRoot.git] / THydjet / CMake_libTHydjet.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 THydjet.cxx
5 AliGenHydjet.cxx
6 AliGenHydjetEventHeader.cxx
7 )
8
9 set(FSRCS
10 hydjet1_1/hydjet1_1.f
11 hydjet1_1/pyquen1_1.f
12 hydjet1_1/jetset_73.f
13 )
14
15 # fill list of header files from list of source files
16 # by exchanging the file extension
17 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
18
19 Set(SRCS ${SRCS} ${FSRCS})
20
21 AddLibrary(THydjet "${SRCS}" "${HDRS}")
22