]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - THbtp/CMake_libTHbtp.txt
added method to merge files listed in a xml collection
[u/mrichter/AliRoot.git] / THbtp / CMake_libTHbtp.txt
index 32cff88a5b84973aa7f4e1d6b8792d979319d7cf..4d78bb9993602f4b3e268722e4369739fed55fd5 100644 (file)
@@ -5,9 +5,15 @@ THBTprocessor.cxx
 AliGenHBTprocessor.cxx
 )
 
+set(FSRCS
+hbt_event_processor.f
+)
+
 # fill list of header files from list of source files
 # by exchanging the file extension
 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
 
+Set(SRCS ${SRCS} ${FSRCS} ${CSRCS})
+
 AddLibrary(THbtp "${SRCS}" "${HDRS}")