# -*- mode: cmake -*- set(SRCS mapping/AliMpIntPair.cxx mapping/AliMpExMap.cxx mapping/AliMpExMapIterator.cxx mapping/AliMpArrayI.cxx mapping/AliMpStringObjMap.cxx AliMUONObjectPair.cxx AliMUONStringIntMap.cxx AliMUON2DMap.cxx AliMUON2DMapIterator.cxx AliMUON2DMapIteratorByI.cxx AliMUON1DArray.cxx AliMUON1DMap.cxx AliMUONCheckItem.cxx AliMUONVStore.cxx AliMUONTreeManager.cxx AliMUONLogger.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(MUONcore "${SRCS}" "${HDRS}")