# -*- mode: cmake -*- set(SRCS BASE/HOMER/AliHLTHOMERReader.cxx BASE/HOMER/AliHLTHOMERWriter.cxx ) Set_source_files_properties(${SRCS} PROPERTIES COMPILE_FLAGS "-Duse_aliroot -DUSE_ROOT -Duse_root -DROWHOUGHPARAMS -Duse_reconstruction -Duse_newio -DROOTVERSION=\"unchecked\" -DALIROOTVERSION=\"unchecked\" -D__ROOT__ -DUSE_ALILOG -DLINUX") # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") Set(HDRS "${HDRS}" BASE/HOMER/AliHLTHOMERData.h ) AddLibrary(AliHLTHOMER "${SRCS}" "${HDRS}")