# -*- mode: cmake -*- set(SRCS AliACORDE.cxx AliACORDEv1.cxx AliACORDEhit.cxx AliACORDEDigitizer.cxx AliACORDETrigger.cxx AliACORDERawData.cxx AliACORDEQADataMakerSim.cxx AliACORDEv0.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(ACORDEsim "${SRCS}" "${HDRS}")