# -*- mode: cmake -*- set(SRCS AliGenTherminator.cxx TTherminator.cxx Therminator/DecayChannel.cxx Therminator/DecayTable.cxx Therminator/Event.cxx Therminator/Hypersurface.cxx Therminator/Integrator.cxx Therminator/Parser.cxx Therminator/Particle.cxx Therminator/ParticleDB.cxx Therminator/ParticleDecayer.cxx Therminator/ParticleType.cxx Therminator/ReadPar.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(TTherminator "${SRCS}" "${HDRS}")