# -*- mode: cmake -*- set(SRCS AliLHC.cxx AliLhcIRegion.cxx AliLhcBeam.cxx AliLhcProcess.cxx AliLhcProcessBB.cxx AliLhcProcessIBS.cxx AliLhcMonitor.cxx AliLhcProcessBT.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(LHC "${SRCS}" "${HDRS}")