# -*- mode: cmake -*- set(SRCS AliGenUHKM.cxx TUHKMgen.cxx UHKM/DatabasePDG.cxx UHKM/DecayChannel.cxx UHKM/EquationSolver.cxx UHKM/GrandCanonical.cxx UHKM/HadronDecayer.cxx UHKM/HankelFunction.cxx UHKM/InitialState.cxx UHKM/InitialStateHydjet.cxx UHKM/Particle.cxx UHKM/ParticlePDG.cxx UHKM/RandArrayFunction.cxx UHKM/StrangeDensity.cxx UHKM/StrangePotential.cxx UHKM/UKUtility.cxx ) set(FSRCS PYQUEN/progs_fortran.f PYQUEN/pythia-6.4.11.f PYQUEN/jetset_73.f PYQUEN/pyquen1_5.f ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") Set(SRCS ${SRCS} ${FSRCS}) AddLibrary(TUHKMgen "${SRCS}" "${HDRS}")