X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=THbtp%2FCMake_libTHbtp.txt;h=4d78bb9993602f4b3e268722e4369739fed55fd5;hb=149a2367c1d02e2cdeca6a6b7bc9a04f73bc29b6;hp=32cff88a5b84973aa7f4e1d6b8792d979319d7cf;hpb=e969a926a5c485fcb81983e7a27ca1e0b2ce4cbf;p=u%2Fmrichter%2FAliRoot.git diff --git a/THbtp/CMake_libTHbtp.txt b/THbtp/CMake_libTHbtp.txt index 32cff88a5b8..4d78bb99936 100644 --- a/THbtp/CMake_libTHbtp.txt +++ b/THbtp/CMake_libTHbtp.txt @@ -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}")