# -*- mode: cmake -*- set(SRCS AliT0v0.cxx AliT0v1.cxx AliT0QADataMakerSim.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(T0sim "${SRCS}" "${HDRS}")