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