]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TTherminator/CMake_libTTherminator.txt
Fixing problem with CINT callback routine.
[u/mrichter/AliRoot.git] / TTherminator / CMake_libTTherminator.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliGenTherminator.cxx
5TTherminator.cxx
6Therminator/DecayChannel.cxx
7Therminator/DecayTable.cxx
8Therminator/Event.cxx
9Therminator/Hypersurface.cxx
10Therminator/Integrator.cxx
11Therminator/Parser.cxx
12Therminator/Particle.cxx
13Therminator/ParticleDB.cxx
14Therminator/ParticleDecayer.cxx
15Therminator/ParticleType.cxx
16Therminator/ReadPar.cxx
17)
18
19# fill list of header files from list of source files
20# by exchanging the file extension
21String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
22
23AddLibrary(TTherminator "${SRCS}" "${HDRS}")
24
25